#386B18

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

Shades of Bilbao #386B18

Tints of Bilbao #386B18

Color information

#386B18 (or 0x386B18) is unknown color: approx Bilbao. HEX triplet: 38, 6B and 18. RGB value is (56,107,24). Sum of RGB (Red+Green+Blue) = 56+107+24=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #386B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B18 is #C794E7. Grayscale: #525252. Windows color (decimal): -13079784 or 1600312. OLE color: 1600312.

HSL color Cylindrical-coordinate representation of color #386B18: hue angle of 96.87º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386B18 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB5610724-
CMYK0.4800.780.58
HSL96.87º63.36%25.69%-
HSV(B)96.87º77.57%41.96%-
XYZ7.0511.422.7-
YUV82.2995.1109.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 107 (42.19% from 255) = 57.22%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=29.95%
G=57.22%
B=12.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107240.4800.780.5896.8763.3625.69
Hex386B183004E3A613f1a
Octal7015330600116721417732
Binary11100011010111100011000001001110111010110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,107,24); }

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

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

 a { background-color: rgb(56,107,24); }

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

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

 span { border-color: rgb(56,107,24); }

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