#377D12

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

Shades of Bilbao #377D12

Tints of Bilbao #377D12

Color information

#377D12 (or 0x377D12) is unknown color: approx Bilbao. HEX triplet: 37, 7D and 12. RGB value is (55,125,18). Sum of RGB (Red+Green+Blue) = 55+125+18=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #377D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377D12 is #C882ED. Grayscale: #5C5C5C. Windows color (decimal): -13140718 or 1211703. OLE color: 1211703.

HSL color Cylindrical-coordinate representation of color #377D12: hue angle of 99.25º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #377D12 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB5512518-
CMYK0.5600.860.51
HSL99.25º74.83%28.04%-
HSV(B)99.25º85.6%49.02%-
XYZ9.0215.523.09-
YUV91.8786.31101.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=27.78%
G=63.13%
B=9.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55125180.5600.860.5199.2574.8328.04
Hex377D123805633634b1c
Octal67175227001266314311334
Binary110111111110110010111000010101101100111100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377D12; }

 p { color: rgb(55,125,18); }

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

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

 a { background-color: rgb(55,125,18); }

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

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

 span { border-color: rgb(55,125,18); }

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