#013824

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

Shades of Dark Green #013824

Tints of Dark Green #013824

Color information

#013824 (or 0x013824) is unknown color: approx Dark Green. HEX triplet: 01, 38 and 24. RGB value is (1,56,36). Sum of RGB (Red+Green+Blue) = 1+56+36=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #013824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013824 is #FEC7DB. Grayscale: #252525. Windows color (decimal): -16697308 or 2373633. OLE color: 2373633.

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

Color convert

RGB15636-
CMYK0.9800.360.78
HSL158.18º96.49%11.18%-
HSV(B)158.18º98.21%21.96%-
XYZ1.752.962.15-
YUV37.28127.28102.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=1.08%
G=60.22%
B=38.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156360.9800.360.78158.1896.4911.18
Hex13824620244E9e60b
Octal1704414204411623614013
Binary11110001001001100010010010010011101001111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013824; }

 p { color: rgb(1,56,36); }

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

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

 a { background-color: rgb(1,56,36); }

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

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

 span { border-color: rgb(1,56,36); }

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