#053828

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

Shades of Dark Green #053828

Tints of Dark Green #053828

Color information

#053828 (or 0x053828) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 28. RGB value is (5,56,40). Sum of RGB (Red+Green+Blue) = 5+56+40=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #053828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053828 is #FAC7D7. Grayscale: #262626. Windows color (decimal): -16435160 or 2635781. OLE color: 2635781.

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

Color convert

RGB55640-
CMYK0.9100.290.78
HSL161.18º83.61%11.96%-
HSV(B)161.18º91.07%21.96%-
XYZ1.863.012.49-
YUV38.93128.6103.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 56 (22.27% from 255) = 55.45%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=4.95%
G=55.45%
B=39.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556400.9100.290.78161.1883.6111.96
Hex538285B01D4Ea154c
Octal5705013303511624112414
Binary101111000101000101101101110110011101010000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053828; }

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

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

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

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

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

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

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

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