#377308

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

Shades of Bilbao #377308

Tints of Bilbao #377308

Color information

#377308 (or 0x377308) is unknown color: approx Bilbao. HEX triplet: 37, 73 and 08. RGB value is (55,115,8). Sum of RGB (Red+Green+Blue) = 55+115+8=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #377308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377308 is #C88CF7. Grayscale: #555555. Windows color (decimal): -13143288 or 553783. OLE color: 553783.

HSL color Cylindrical-coordinate representation of color #377308: hue angle of 93.64º 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 #377308 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB551158-
CMYK0.5200.930.55
HSL93.64º86.99%24.12%-
HSV(B)93.64º93.04%45.1%-
XYZ7.7513.092.35-
YUV84.8684.62106.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 115 (45.31% from 255) = 64.61%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=30.90%
G=64.61%
B=4.49%

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
Decimal5511580.5200.930.5593.6486.9924.12
Hex377383405D375e5718
Octal67163106401356713612730
Binary11011111100111000110100010111011101111011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377308; }

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

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

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

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

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

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

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

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