#377208

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

Shades of Bilbao #377208

Tints of Bilbao #377208

Color information

#377208 (or 0x377208) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 08. RGB value is (55,114,8). Sum of RGB (Red+Green+Blue) = 55+114+8=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #377208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377208 is #C88DF7. Grayscale: #545454. Windows color (decimal): -13143544 or 553527. OLE color: 553527.

HSL color Cylindrical-coordinate representation of color #377208: hue angle of 93.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #377208 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB551148-
CMYK0.5200.930.55
HSL93.4º86.89%23.92%-
HSV(B)93.4º92.98%44.71%-
XYZ7.6412.862.31-
YUV84.2884.95107.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 114 (44.92% from 255) = 64.41%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=31.07%
G=64.41%
B=4.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5511480.5200.930.5593.486.8923.92
Hex377283405D375d5718
Octal67162106401356713512730
Binary11011111100101000110100010111011101111011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377208; }

 p { color: rgb(55,114,8); }

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

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

 a { background-color: rgb(55,114,8); }

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

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

 span { border-color: rgb(55,114,8); }

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