Html Css Color HEX #013620 Dark Green

📋 copy color: '#013620'

red 1 ◦ green 54 ◦ blue 32

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

Shades of Dark Green #013620

Tints of Dark Green #013620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 36.78%

R = 1.15%
G = 62.07%
B = 36.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#013620 (or 0x013620) is known color: Dark Green. HEX triplet: 01, 36 and 20. RGB value is (1,54,32). Sum of RGB (Red+Green+Blue) = 1+54+32=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #013620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013620 is #FEC9DF. Grayscale: #232323. Windows color (decimal): -16697824 or 2110977. OLE color: 2110977.

HSL color Cylindrical-coordinate representation of color #013620: hue angle of 155.09º 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 #013620 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 32 -
CMYK 0.98 0 0.41 0.79
HSL 155.09º 0.96% 0.11% -
HSV(B) 155.09º 0.98% 0.21% -
XYZ 1.59 2.75 1.81 -
YUV 35.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 1 54 32 0.98 0 0.41 0.79 155.09 0.96 0.11
Hex 1 36 20 62 0 29 4F 9B 60 B
Octal 1 66 40 142 0 51 117 233 140 13
Binary 1 110110 100000 1100010 0 101001 1001111 10011011 1100000 1011

Color Harmonies of #013620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013620

Black with #013620

Text Example


Text Example

White with #013620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013620; }

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

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

background-color css

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

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

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

border-color css

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

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

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