#377706

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

Shades of Bilbao #377706

Tints of Bilbao #377706

Color information

#377706 (or 0x377706) is unknown color: approx Bilbao. HEX triplet: 37, 77 and 06. RGB value is (55,119,6). Sum of RGB (Red+Green+Blue) = 55+119+6=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 119 (46.88% from 255 or 66.11% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 119 - color contains mainly: green. Hex color #377706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377706 is #C888F9. Grayscale: #575757. Windows color (decimal): -13142266 or 423735. OLE color: 423735.

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

Color convert

RGB551196-
CMYK0.5400.950.53
HSL93.98º90.4%24.51%-
HSV(B)93.98º94.96%46.67%-
XYZ8.2114.022.45-
YUV86.9882.3105.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 119 (46.88% from 255) = 66.11%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=30.56%
G=66.11%
B=3.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5511960.5400.950.5393.9890.424.51
Hex377763605F355e5a19
Octal6716766601376513613231
Binary1101111110111110110110010111111101011011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377706; }

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

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

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

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

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

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

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

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