#013B0C

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

Shades of Deep Fir #013B0C

Tints of Deep Fir #013B0C

Color information

#013B0C (or 0x013B0C) is unknown color: approx Deep Fir. HEX triplet: 01, 3B and 0C. RGB value is (1,59,12). Sum of RGB (Red+Green+Blue) = 1+59+12=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 59 (23.44% from 255 or 81.94% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 59 - color contains mainly: green. Hex color #013B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B0C is #FEC4F3. Grayscale: #242424. Windows color (decimal): -16696564 or 801537. OLE color: 801537.

HSL color Cylindrical-coordinate representation of color #013B0C: hue angle of 131.38º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B0C is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB15912-
CMYK0.9800.800.77
HSL131.38º96.67%11.76%-
HSV(B)131.38º98.31%23.14%-
XYZ1.643.160.87-
YUV36.3114.28102.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 59 (23.44% from 255) = 81.94%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=1.39%
G=81.94%
B=16.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal159120.9800.800.77131.3896.6711.76
Hex13BC620504D8361c
Octal17314142012011520314114
Binary1111011110011000100101000010011011000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013B0C; }

 p { color: rgb(1,59,12); }

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

<style>
 a { background-color: #013B0C; }

 a { background-color: rgb(1,59,12); }

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

<style>
 span { border-color: #013B0C; }

 span { border-color: rgb(1,59,12); }

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