#396D0F

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

Shades of Bilbao #396D0F

Tints of Bilbao #396D0F

Color information

#396D0F (or 0x396D0F) is unknown color: approx Bilbao. HEX triplet: 39, 6D and 0F. RGB value is (57,109,15). Sum of RGB (Red+Green+Blue) = 57+109+15=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #396D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396D0F is #C692F0. Grayscale: #535353. Windows color (decimal): -13013745 or 1011001. OLE color: 1011001.

HSL color Cylindrical-coordinate representation of color #396D0F: hue angle of 93.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #396D0F is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB5710915-
CMYK0.4800.860.57
HSL93.19º75.81%24.31%-
HSV(B)93.19º86.24%42.75%-
XYZ7.2411.842.36-
YUV82.7489.77109.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 109 (42.97% from 255) = 60.22%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=31.49%
G=60.22%
B=8.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109150.4800.860.5793.1975.8124.31
Hex396DF30056395d4c18
Octal71155176001267113511430
Binary11100111011011111110000010101101110011011101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396D0F; }

 p { color: rgb(57,109,15); }

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

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

 a { background-color: rgb(57,109,15); }

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

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

 span { border-color: rgb(57,109,15); }

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