Html Css Color HEX #013B0D Deep Fir

📋 copy color: '#013B0D'

red 1 ◦ green 59 ◦ blue 13

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

Shades of Deep Fir #013B0D

Tints of Deep Fir #013B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 80.82%

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

R = 1.37%
G = 80.82%
B = 17.81%

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

#013B0D (or 0x013B0D) is known color: Deep Fir. HEX triplet: 01, 3B and 0D. RGB value is (1,59,13). Sum of RGB (Red+Green+Blue) = 1+59+13=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 59 (23.44% from 255 or 80.82% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 59 - color contains mainly: green. Hex color #013B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B0D is #FEC4F2. Grayscale: #242424. Windows color (decimal): -16696563 or 867073. OLE color: 867073.

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

Color convert

RGB 1 59 13 -
CMYK 0.98 0 0.78 0.77
HSL 132.41º 0.97% 0.12% -
HSV(B) 132.41º 0.98% 0.23% -
XYZ 1.65 3.16 0.9 -
YUV 36.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 1 59 13 0.98 0 0.78 0.77 132.41 0.97 0.12
Hex 1 3B D 62 0 4E 4D 84 61 C
Octal 1 73 15 142 0 116 115 204 141 14
Binary 1 111011 1101 1100010 0 1001110 1001101 10000100 1100001 1100

Color Harmonies of #013B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B0D

Black with #013B0D

Text Example


Text Example

White with #013B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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