#013821

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

Shades of Dark Green #013821

Tints of Dark Green #013821

Color information

#013821 (or 0x013821) is unknown color: approx Dark Green. HEX triplet: 01, 38 and 21. RGB value is (1,56,33). Sum of RGB (Red+Green+Blue) = 1+56+33=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #013821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013821 is #FEC7DE. Grayscale: #242424. Windows color (decimal): -16697311 or 2177025. OLE color: 2177025.

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

Color convert

RGB15633-
CMYK0.9800.410.78
HSL154.91º96.49%11.18%-
HSV(B)154.91º98.21%21.96%-
XYZ1.72.941.92-
YUV36.93125.78102.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 56 (22.27% from 255) = 62.22%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=1.11%
G=62.22%
B=36.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156330.9800.410.78154.9196.4911.18
Hex13821620294E9b60b
Octal1704114205111623314013
Binary11110001000011100010010100110011101001101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013821; }

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

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

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

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

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

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

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

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