#377A14

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

Shades of Bilbao #377A14

Tints of Bilbao #377A14

Color information

#377A14 (or 0x377A14) is unknown color: approx Bilbao. HEX triplet: 37, 7A and 14. RGB value is (55,122,20). Sum of RGB (Red+Green+Blue) = 55+122+20=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #377A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A14 is #C885EB. Grayscale: #5A5A5A. Windows color (decimal): -13141484 or 1342007. OLE color: 1342007.

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

Color convert

RGB5512220-
CMYK0.5500.840.52
HSL99.41º71.83%27.84%-
HSV(B)99.41º83.61%47.84%-
XYZ8.6614.783.06-
YUV90.3488.3102.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 122 (48.05% from 255) = 61.93%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=27.92%
G=61.93%
B=10.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55122200.5500.840.5299.4171.8327.84
Hex377A14370543463481c
Octal67172246701246414311034
Binary110111111101010100110111010101001101001100011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,122,20); }

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

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

 a { background-color: rgb(55,122,20); }

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

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

 span { border-color: rgb(55,122,20); }

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