#377705

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

Shades of Bilbao #377705

Tints of Bilbao #377705

Color information

#377705 (or 0x377705) is unknown color: approx Bilbao. HEX triplet: 37, 77 and 05. RGB value is (55,119,5). Sum of RGB (Red+Green+Blue) = 55+119+5=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #377705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377705 is #C888FA. Grayscale: #575757. Windows color (decimal): -13142267 or 358199. OLE color: 358199.

HSL color Cylindrical-coordinate representation of color #377705: hue angle of 93.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #377705 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB551195-
CMYK0.5400.960.53
HSL93.68º91.94%24.31%-
HSV(B)93.68º95.8%46.67%-
XYZ8.214.022.42-
YUV86.8781.8105.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 119 (46.88% from 255) = 66.48%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=30.73%
G=66.48%
B=2.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5511950.5400.960.5393.6891.9424.31
Hex3777536060355e5c18
Octal6716756601406513613430
Binary1101111110111101110110011000001101011011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377705; }

 p { color: rgb(55,119,5); }

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

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

 a { background-color: rgb(55,119,5); }

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

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

 span { border-color: rgb(55,119,5); }

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