#013921

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

Shades of Dark Green #013921

Tints of Dark Green #013921

Color information

#013921 (or 0x013921) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 21. RGB value is (1,57,33). Sum of RGB (Red+Green+Blue) = 1+57+33=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #013921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013921 is #FEC6DE. Grayscale: #252525. Windows color (decimal): -16697055 or 2177281. OLE color: 2177281.

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

Color convert

RGB15733-
CMYK0.9800.420.78
HSL154.29º96.55%11.37%-
HSV(B)154.29º98.25%22.35%-
XYZ1.753.041.93-
YUV37.52125.45101.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=1.10%
G=62.64%
B=36.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157330.9800.420.78154.2996.5511.37
Hex139216202A4E9a61b
Octal1714114205211623214113
Binary11110011000011100010010101010011101001101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013921; }

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

 H1.HeaderClassName
 {
   color: #013921;
 }
 .AnyTagClassName
 {
   color: #013921;
 }
</style>
background-color css

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

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

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

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

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

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