Html Css Color HEX #013A0D Deep Fir

📋 copy color: '#013A0D'

red 1 ◦ green 58 ◦ blue 13

#013A0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #013A0D

Tints of Deep Fir #013A0D

RGB

 RED value IS 1 (0.78% from 255) = 1.39%

 GREEN value IS 58 (23.05% from 255) = 80.56%

 BLUE value IS 13 (5.47% from 255) = 18.06%

R = 1.39%
G = 80.56%
B = 18.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#013A0D (or 0x013A0D) is known color: Deep Fir. HEX triplet: 01, 3A and 0D. RGB value is (1,58,13). Sum of RGB (Red+Green+Blue) = 1+58+13=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #013A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A0D is #FEC5F2. Grayscale: #232323. Windows color (decimal): -16696819 or 866817. OLE color: 866817.

HSL color Cylindrical-coordinate representation of color #013A0D: hue angle of 132.63º 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 #013A0D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 13 -
CMYK 0.98 0 0.78 0.77
HSL 132.63º 0.97% 0.12% -
HSV(B) 132.63º 0.98% 0.23% -
XYZ 1.6 3.06 0.89 -
YUV 35.83 115.12 103.16 -
System Red Green Blue C M Y K H S L
Decimal 1 58 13 0.98 0 0.78 0.77 132.63 0.97 0.12
Hex 1 3A D 62 0 4E 4D 85 61 C
Octal 1 72 15 142 0 116 115 205 141 14
Binary 1 111010 1101 1100010 0 1001110 1001101 10000101 1100001 1100

Color Harmonies of #013A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A0D

Black with #013A0D

Text Example


Text Example

White with #013A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,13); }

 H1.HeaderClassName
 {
   color: #013A0D;
 }
 .AnyTagClassName
 {
   color: #013A0D;
 }
</style>

background-color css

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

 a { background-color: rgb(1,58,13); }

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

border-color css

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

 span { border-color: rgb(1,58,13); }

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