Html Css Color HEX #013616 Dark Green

📋 copy color: '#013616'

red 1 ◦ green 54 ◦ blue 22

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

Shades of Dark Green #013616

Tints of Dark Green #013616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 70.13%

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

R = 1.3%
G = 70.13%
B = 28.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#013616 (or 0x013616) is known color: Dark Green. HEX triplet: 01, 36 and 16. RGB value is (1,54,22). Sum of RGB (Red+Green+Blue) = 1+54+22=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 54 (21.48% from 255 or 70.13% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 54 - color contains mainly: green. Hex color #013616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013616 is #FEC9E9. Grayscale: #222222. Windows color (decimal): -16697834 or 1455617. OLE color: 1455617.

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

Color convert

RGB 1 54 22 -
CMYK 0.98 0 0.59 0.79
HSL 143.77º 0.96% 0.11% -
HSV(B) 143.77º 0.98% 0.21% -
XYZ 1.48 2.7 1.2 -
YUV 34.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 1 54 22 0.98 0 0.59 0.79 143.77 0.96 0.11
Hex 1 36 16 62 0 3B 4F 90 60 B
Octal 1 66 26 142 0 73 117 220 140 13
Binary 1 110110 10110 1100010 0 111011 1001111 10010000 1100000 1011

Color Harmonies of #013616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013616

Black with #013616

Text Example


Text Example

White with #013616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013616; }

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

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

background-color css

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

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

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

border-color css

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

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

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