#0B3B18

Color #0B3B18 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0B3B18

Tints of Deep Fir #0B3B18

Color information

#0B3B18 (or 0x0B3B18) is unknown color: approx Deep Fir. HEX triplet: 0B, 3B and 18. RGB value is (11,59,24). Sum of RGB (Red+Green+Blue) = 11+59+24=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #0B3B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3B18 is #F4C4E7. Grayscale: #282828. Windows color (decimal): -16041192 or 1587979. OLE color: 1587979.

HSL color Cylindrical-coordinate representation of color #0B3B18: hue angle of 136.25º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3B18 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB115924-
CMYK0.8100.590.77
HSL136.25º68.57%13.73%-
HSV(B)136.25º81.36%23.14%-
XYZ1.873.271.4-
YUV40.66118.6106.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.70%
GREEN value IS 59 (23.44% from 255) = 62.77%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=11.70%
G=62.77%
B=25.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1159240.8100.590.77136.2568.5713.73
HexB3B185103B4D8845e
Octal13733012107311521010516
Binary1011111011110001010001011101110011011000100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B3B18; }

 p { color: rgb(11,59,24); }

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

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

 a { background-color: rgb(11,59,24); }

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

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

 span { border-color: rgb(11,59,24); }

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