#053922

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

Shades of Dark Green #053922

Tints of Dark Green #053922

Color information

#053922 (or 0x053922) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 22. RGB value is (5,57,34). Sum of RGB (Red+Green+Blue) = 5+57+34=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 57 (22.66% from 255 or 59.38% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 57 - color contains mainly: green. Hex color #053922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053922 is #FAC6DD. Grayscale: #262626. Windows color (decimal): -16434910 or 2242821. OLE color: 2242821.

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

Color convert

RGB55734-
CMYK0.9100.400.78
HSL153.46º83.87%12.16%-
HSV(B)153.46º91.23%22.35%-
XYZ1.813.072.01-
YUV38.83125.27103.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 57 (22.66% from 255) = 59.38%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=5.21%
G=59.38%
B=35.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557340.9100.400.78153.4683.8712.16
Hex539225B0284E9954c
Octal5714213305011623112414
Binary1011110011000101011011010100010011101001100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053922; }

 p { color: rgb(5,57,34); }

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

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

 a { background-color: rgb(5,57,34); }

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

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

 span { border-color: rgb(5,57,34); }

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