#377815

Color #377815 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #377815

Tints of Bilbao #377815

Color information

#377815 (or 0x377815) is unknown color: approx Bilbao. HEX triplet: 37, 78 and 15. RGB value is (55,120,21). Sum of RGB (Red+Green+Blue) = 55+120+21=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #377815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377815 is #C887EA. Grayscale: #595959. Windows color (decimal): -13141995 or 1407031. OLE color: 1407031.

HSL color Cylindrical-coordinate representation of color #377815: hue angle of 99.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #377815 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB5512021-
CMYK0.5400.830.53
HSL99.39º70.21%27.65%-
HSV(B)99.39º82.5%47.06%-
XYZ8.4314.33.03-
YUV89.2889.47103.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=28.06%
G=61.22%
B=10.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120210.5400.830.5399.3970.2127.65
Hex377815360533563461c
Octal67170256601236514310634
Binary110111111100010101110110010100111101011100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377815; }

 p { color: rgb(55,120,21); }

 H1.HeaderClassName
 {
   color: #377815;
 }
 .AnyTagClassName
 {
   color: #377815;
 }
</style>
background-color css

<style>
 a { background-color: #377815; }

 a { background-color: rgb(55,120,21); }

 div.DivClassName
 {
   background-color: #377815;
 }
 .BgClassName
 {
   background-color: #377815;
 }
</style>
border-color css

<style>
 span { border-color: #377815; }

 span { border-color: rgb(55,120,21); }

 td.TdClassName
 {
   border-color: #377815;
 }
 .TagClassName
 {
   border-color: #377815;
 }
</style>