#386B14

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

Shades of Bilbao #386B14

Tints of Bilbao #386B14

Color information

#386B14 (or 0x386B14) is unknown color: approx Bilbao. HEX triplet: 38, 6B and 14. RGB value is (56,107,20). Sum of RGB (Red+Green+Blue) = 56+107+20=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #386B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B14 is #C794EB. Grayscale: #525252. Windows color (decimal): -13079788 or 1338168. OLE color: 1338168.

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

Color convert

RGB5610720-
CMYK0.4800.810.58
HSL95.17º68.5%24.9%-
HSV(B)95.17º81.31%41.96%-
XYZ7.0111.412.49-
YUV81.8393.1109.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 107 (42.19% from 255) = 58.47%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=30.60%
G=58.47%
B=10.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107200.4800.810.5895.1768.524.9
Hex386B14300513A5f4519
Octal70153246001217213710531
Binary111000110101110100110000010100011110101011111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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