#377B12

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

Shades of Bilbao #377B12

Tints of Bilbao #377B12

Color information

#377B12 (or 0x377B12) is unknown color: approx Bilbao. HEX triplet: 37, 7B and 12. RGB value is (55,123,18). Sum of RGB (Red+Green+Blue) = 55+123+18=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #377B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377B12 is #C884ED. Grayscale: #5B5B5B. Windows color (decimal): -13141230 or 1211191. OLE color: 1211191.

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

Color convert

RGB5512318-
CMYK0.5500.850.52
HSL98.86º74.47%27.65%-
HSV(B)98.86º85.37%48.24%-
XYZ8.7715.023.01-
YUV90.786.97102.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 123 (48.44% from 255) = 62.76%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=28.06%
G=62.76%
B=9.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55123180.5500.850.5298.8674.4727.65
Hex377B123705534634a1c
Octal67173226701256414311234
Binary110111111101110010110111010101011101001100011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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