#053126

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

Shades of Dark Green #053126

Tints of Dark Green #053126

Color information

#053126 (or 0x053126) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 26. RGB value is (5,49,38). Sum of RGB (Red+Green+Blue) = 5+49+38=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #053126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053126 is #FACED9. Grayscale: #222222. Windows color (decimal): -16436954 or 2502917. OLE color: 2502917.

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

Color convert

RGB54938-
CMYK0.9000.220.81
HSL165º81.48%10.59%-
HSV(B)165º89.8%19.22%-
XYZ1.512.372.21-
YUV34.59129.92106.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 38 (15.23% from 255) = 41.30%
R=5.43%
G=53.26%
B=41.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549380.9000.220.8116581.4810.59
Hex531265A01651a551b
Octal5614613202612124512113
Binary101110001100110101101001011010100011010010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053126; }

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

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

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

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

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

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

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

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