#387112

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

Shades of Bilbao #387112

Tints of Bilbao #387112

Color information

#387112 (or 0x387112) is unknown color: approx Bilbao. HEX triplet: 38, 71 and 12. RGB value is (56,113,18). Sum of RGB (Red+Green+Blue) = 56+113+18=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #387112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387112 is #C78EED. Grayscale: #555555. Windows color (decimal): -13078254 or 1208632. OLE color: 1208632.

HSL color Cylindrical-coordinate representation of color #387112: hue angle of 96º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #387112 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB5611318-
CMYK0.5000.840.56
HSL96º72.52%25.69%-
HSV(B)96º84.07%44.31%-
XYZ7.6512.692.62-
YUV85.1390.12107.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=29.95%
G=60.43%
B=9.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113180.5000.840.569672.5225.69
Hex387112320543860491a
Octal70161226201247014011132
Binary111000111000110010110010010101001110001100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387112; }

 p { color: rgb(56,113,18); }

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

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

 a { background-color: rgb(56,113,18); }

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

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

 span { border-color: rgb(56,113,18); }

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