#386f11

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

Shades of Bilbao #386F11

Tints of Bilbao #386F11

Color information

#386F11 (or 0x386F11) is unknown color: approx Bilbao. HEX triplet: 38, 6F and 11. RGB value is (56,111,17). Sum of RGB (Red+Green+Blue) = 56+111+17=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #386F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F11 is #C790EE. Grayscale: #545454. Windows color (decimal): -13078767 or 1142584. OLE color: 1142584.

HSL color Cylindrical-coordinate representation of color #386F11: hue angle of 95.11º degrees, saturation: 0.73, 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 #386F11 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB5611117-
CMYK0.5000.850.56
HSL95.11º73.44%25.1%-
HSV(B)95.11º84.68%43.53%-
XYZ7.4212.252.5-
YUV83.8490.28108.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 111 (43.75% from 255) = 60.33%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=30.43%
G=60.33%
B=9.24%

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
Decimal56111170.5000.850.5695.1173.4425.1
Hex386F1132055385f4919
Octal70157216201257013711131
Binary111000110111110001110010010101011110001011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386f11; }

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

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

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

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

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

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

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

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