#377B15

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

Shades of Bilbao #377B15

Tints of Bilbao #377B15

Color information

#377B15 (or 0x377B15) is unknown color: approx Bilbao. HEX triplet: 37, 7B and 15. RGB value is (55,123,21). Sum of RGB (Red+Green+Blue) = 55+123+21=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 123 (48.44% from 255 or 61.81% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 123 - color contains mainly: green. Hex color #377B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377B15 is #C884EA. Grayscale: #5B5B5B. Windows color (decimal): -13141227 or 1407799. OLE color: 1407799.

HSL color Cylindrical-coordinate representation of color #377B15: hue angle of 100º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #377B15 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB5512321-
CMYK0.5500.830.52
HSL100º70.83%28.24%-
HSV(B)100º82.93%48.24%-
XYZ8.7915.033.15-
YUV91.0488.47102.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 123 (48.44% from 255) = 61.81%
BLUE value IS 21 (8.59% from 255) = 10.55%
R=27.64%
G=61.81%
B=10.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55123210.5500.830.5210070.8328.24
Hex377B15370533464471c
Octal67173256701236414410734
Binary110111111101110101110111010100111101001100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,123,21); }

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

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

 a { background-color: rgb(55,123,21); }

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

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

 span { border-color: rgb(55,123,21); }

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