#053022

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

Shades of Dark Green #053022

Tints of Dark Green #053022

Color information

#053022 (or 0x053022) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 22. RGB value is (5,48,34). Sum of RGB (Red+Green+Blue) = 5+48+34=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #053022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053022 is #FACFDD. Grayscale: #212121. Windows color (decimal): -16437214 or 2240517. OLE color: 2240517.

HSL color Cylindrical-coordinate representation of color #053022: hue angle of 160.47º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053022 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB54834-
CMYK0.9000.290.81
HSL160.47º81.13%10.39%-
HSV(B)160.47º89.58%18.82%-
XYZ1.412.261.88-
YUV33.55128.25107.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 34 (13.67% from 255) = 39.08%
R=5.75%
G=55.17%
B=39.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548340.9000.290.81160.4781.1310.39
Hex530225A01D51a051a
Octal5604213203512124012112
Binary101110000100010101101001110110100011010000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053022; }

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

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

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

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

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

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

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

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