Html Css Color HEX #013721 Dark Green

📋 copy color: '#013721'

red 1 ◦ green 55 ◦ blue 33

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

Shades of Dark Green #013721

Tints of Dark Green #013721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 37.08%

R = 1.12%
G = 61.8%
B = 37.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#013721 (or 0x013721) is known color: Dark Green. HEX triplet: 01, 37 and 21. RGB value is (1,55,33). Sum of RGB (Red+Green+Blue) = 1+55+33=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #013721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013721 is #FEC8DE. Grayscale: #242424. Windows color (decimal): -16697567 or 2176769. OLE color: 2176769.

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

Color convert

RGB 1 55 33 -
CMYK 0.98 0 0.4 0.78
HSL 155.56º 0.96% 0.11% -
HSV(B) 155.56º 0.98% 0.22% -
XYZ 1.65 2.85 1.9 -
YUV 36.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 1 55 33 0.98 0 0.4 0.78 155.56 0.96 0.11
Hex 1 37 21 62 0 28 4E 9C 60 B
Octal 1 67 41 142 0 50 116 234 140 13
Binary 1 110111 100001 1100010 0 101000 1001110 10011100 1100000 1011

Color Harmonies of #013721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013721

Black with #013721

Text Example


Text Example

White with #013721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013721; }

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

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

background-color css

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

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

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

border-color css

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

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

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