#053821

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

Shades of Dark Green #053821

Tints of Dark Green #053821

Color information

#053821 (or 0x053821) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 21. RGB value is (5,56,33). Sum of RGB (Red+Green+Blue) = 5+56+33=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #053821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053821 is #FAC7DE. Grayscale: #262626. Windows color (decimal): -16435167 or 2177029. OLE color: 2177029.

HSL color Cylindrical-coordinate representation of color #053821: hue angle of 152.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053821 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB55633-
CMYK0.9100.410.78
HSL152.94º83.61%11.96%-
HSV(B)152.94º91.07%21.96%-
XYZ1.752.971.92-
YUV38.13125.1104.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 56 (22.27% from 255) = 59.57%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=5.32%
G=59.57%
B=35.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556330.9100.410.78152.9483.6111.96
Hex538215B0294E9954c
Octal5704113305111623112414
Binary1011110001000011011011010100110011101001100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053821; }

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

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

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

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

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

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

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

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