Html Css Color HEX #013D10 Deep Fir

📋 copy color: '#013D10'

red 1 ◦ green 61 ◦ blue 16

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

Shades of Deep Fir #013D10

Tints of Deep Fir #013D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 78.21%

 BLUE value IS 16 (6.64% from 255) = 20.51%

R = 1.28%
G = 78.21%
B = 20.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#013D10 (or 0x013D10) is known color: Deep Fir. HEX triplet: 01, 3D and 10. RGB value is (1,61,16). Sum of RGB (Red+Green+Blue) = 1+61+16=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #013D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D10 is #FEC2EF. Grayscale: #262626. Windows color (decimal): -16696048 or 1064193. OLE color: 1064193.

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

Color convert

RGB 1 61 16 -
CMYK 0.98 0 0.74 0.76
HSL 135º 0.97% 0.12% -
HSV(B) 135º 0.98% 0.24% -
XYZ 1.77 3.38 1.05 -
YUV 37.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 1 61 16 0.98 0 0.74 0.76 135 0.97 0.12
Hex 1 3D 10 62 0 4A 4C 87 61 C
Octal 1 75 20 142 0 112 114 207 141 14
Binary 1 111101 10000 1100010 0 1001010 1001100 10000111 1100001 1100

Color Harmonies of #013D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D10

Black with #013D10

Text Example


Text Example

White with #013D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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