#387011

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

Shades of Bilbao #387011

Tints of Bilbao #387011

Color information

#387011 (or 0x387011) is unknown color: approx Bilbao. HEX triplet: 38, 70 and 11. RGB value is (56,112,17). Sum of RGB (Red+Green+Blue) = 56+112+17=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #387011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387011 is #C78FEE. Grayscale: #545454. Windows color (decimal): -13078511 or 1142840. OLE color: 1142840.

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

Color convert

RGB5611217-
CMYK0.5000.850.56
HSL95.37º73.64%25.29%-
HSV(B)95.37º84.82%43.92%-
XYZ7.5312.472.54-
YUV84.4389.95107.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 112 (44.14% from 255) = 60.54%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=30.27%
G=60.54%
B=9.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112170.5000.850.5695.3773.6425.29
Hex38701132055385f4a19
Octal70160216201257013711231
Binary111000111000010001110010010101011110001011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387011; }

 p { color: rgb(56,112,17); }

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

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

 a { background-color: rgb(56,112,17); }

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

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

 span { border-color: rgb(56,112,17); }

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