#013D0A

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

Shades of Deep Fir #013D0A

Tints of Deep Fir #013D0A

Color information

#013D0A (or 0x013D0A) is unknown color: approx Deep Fir. HEX triplet: 01, 3D and 0A. RGB value is (1,61,10). Sum of RGB (Red+Green+Blue) = 1+61+10=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 61 (24.22% from 255 or 84.72% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 61 - color contains mainly: green. Hex color #013D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D0A is #FEC2F5. Grayscale: #252525. Windows color (decimal): -16696054 or 670977. OLE color: 670977.

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

Color convert

RGB16110-
CMYK0.9800.840.76
HSL129º96.77%12.16%-
HSV(B)129º98.36%23.92%-
XYZ1.743.370.85-
YUV37.25112.62102.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 61 (24.22% from 255) = 84.72%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=1.39%
G=84.72%
B=13.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal161100.9800.840.7612996.7712.16
Hex13DA620544C8161c
Octal17512142012411420114114
Binary1111101101011000100101010010011001000000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,61,10); }

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

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

 a { background-color: rgb(1,61,10); }

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

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

 span { border-color: rgb(1,61,10); }

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