#013721

Color #013721 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #013721

Tints of Dark Green #013721

Color information

#013721 (or 0x013721) is unknown color: approx 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

RGB15533-
CMYK0.9800.40.78
HSL155.56º96.43%10.98%-
HSV(B)155.56º98.18%21.57%-
XYZ1.652.851.9-
YUV36.35126.11102.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 55 (21.88% from 255) = 61.80%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=1.12%
G=61.80%
B=37.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155330.9800.40.78155.5696.4310.98
Hex13721620284E9c60b
Octal1674114205011623414013
Binary11101111000011100010010100010011101001110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>