Html Css Color HEX #013716 Dark Green

📋 copy color: '#013716'

red 1 ◦ green 55 ◦ blue 22

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

Shades of Dark Green #013716

Tints of Dark Green #013716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 70.51%

 BLUE value IS 22 (8.98% from 255) = 28.21%

R = 1.28%
G = 70.51%
B = 28.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#013716 (or 0x013716) is known color: Dark Green. HEX triplet: 01, 37 and 16. RGB value is (1,55,22). Sum of RGB (Red+Green+Blue) = 1+55+22=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #013716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013716 is #FEC8E9. Grayscale: #232323. Windows color (decimal): -16697578 or 1455873. OLE color: 1455873.

HSL color Cylindrical-coordinate representation of color #013716: hue angle of 143.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013716 is Cyan = 0.98, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 22 -
CMYK 0.98 0 0.6 0.78
HSL 143.33º 0.96% 0.11% -
HSV(B) 143.33º 0.98% 0.22% -
XYZ 1.52 2.8 1.22 -
YUV 35.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 1 55 22 0.98 0 0.6 0.78 143.33 0.96 0.11
Hex 1 37 16 62 0 3C 4E 8F 60 B
Octal 1 67 26 142 0 74 116 217 140 13
Binary 1 110111 10110 1100010 0 111100 1001110 10001111 1100000 1011

Color Harmonies of #013716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013716

Black with #013716

Text Example


Text Example

White with #013716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013716; }

 p { color: rgb(1,55,22); }

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

background-color css

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

 a { background-color: rgb(1,55,22); }

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

border-color css

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

 span { border-color: rgb(1,55,22); }

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