#053722

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

Shades of Dark Green #053722

Tints of Dark Green #053722

Color information

#053722 (or 0x053722) is unknown color: approx Dark Green. HEX triplet: 05, 37 and 22. RGB value is (5,55,34). Sum of RGB (Red+Green+Blue) = 5+55+34=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #053722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053722 is #FAC8DD. Grayscale: #252525. Windows color (decimal): -16435422 or 2242309. OLE color: 2242309.

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

Color convert

RGB55534-
CMYK0.9100.380.78
HSL154.8º83.33%11.76%-
HSV(B)154.8º90.91%21.57%-
XYZ1.722.881.98-
YUV37.66125.94104.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 55 (21.88% from 255) = 58.51%
BLUE value IS 34 (13.67% from 255) = 36.17%
R=5.32%
G=58.51%
B=36.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555340.9100.380.78154.883.3311.76
Hex537225B0264E9b53c
Octal5674213304611623312314
Binary1011101111000101011011010011010011101001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053722; }

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

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

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

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

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

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

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

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