#053A26

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

Shades of Dark Green #053A26

Tints of Dark Green #053A26

Color information

#053A26 (or 0x053A26) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 26. RGB value is (5,58,38). Sum of RGB (Red+Green+Blue) = 5+58+38=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #053A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A26 is #FAC5D9. Grayscale: #272727. Windows color (decimal): -16434650 or 2505221. OLE color: 2505221.

HSL color Cylindrical-coordinate representation of color #053A26: hue angle of 157.36º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A26 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB55838-
CMYK0.9100.340.77
HSL157.36º84.13%12.35%-
HSV(B)157.36º91.38%22.75%-
XYZ1.933.22.35-
YUV39.87126.94103.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 38 (15.23% from 255) = 37.62%
R=4.95%
G=57.43%
B=37.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558380.9100.340.77157.3684.1312.35
Hex53A265B0224D9d54c
Octal5724613304211523512414
Binary1011110101001101011011010001010011011001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A26; }

 p { color: rgb(5,58,38); }

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

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

 a { background-color: rgb(5,58,38); }

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

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

 span { border-color: rgb(5,58,38); }

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