Html Css Color HEX #013720 Dark Green

📋 copy color: '#013720'

red 1 ◦ green 55 ◦ blue 32

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

Shades of Dark Green #013720

Tints of Dark Green #013720

RGB

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

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

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

R = 1.14%
G = 62.5%
B = 36.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#013720 (or 0x013720) is known color: Dark Green. HEX triplet: 01, 37 and 20. RGB value is (1,55,32). Sum of RGB (Red+Green+Blue) = 1+55+32=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #013720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013720 is #FEC8DF. Grayscale: #242424. Windows color (decimal): -16697568 or 2111233. OLE color: 2111233.

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

Color convert

RGB 1 55 32 -
CMYK 0.98 0 0.42 0.78
HSL 154.44º 0.96% 0.11% -
HSV(B) 154.44º 0.98% 0.22% -
XYZ 1.64 2.84 1.83 -
YUV 36.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 1 55 32 0.98 0 0.42 0.78 154.44 0.96 0.11
Hex 1 37 20 62 0 2A 4E 9A 60 B
Octal 1 67 40 142 0 52 116 232 140 13
Binary 1 110111 100000 1100010 0 101010 1001110 10011010 1100000 1011

Color Harmonies of #013720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013720

Black with #013720

Text Example


Text Example

White with #013720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013720; }

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

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

background-color css

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

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

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

border-color css

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

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

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