#053326

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

Shades of Dark Green #053326

Tints of Dark Green #053326

Color information

#053326 (or 0x053326) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 26. RGB value is (5,51,38). Sum of RGB (Red+Green+Blue) = 5+51+38=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #053326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053326 is #FACCD9. Grayscale: #232323. Windows color (decimal): -16436442 or 2503429. OLE color: 2503429.

HSL color Cylindrical-coordinate representation of color #053326: hue angle of 163.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053326 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB55138-
CMYK0.9000.250.8
HSL163.04º82.14%10.98%-
HSV(B)163.04º90.2%20%-
XYZ1.62.542.24-
YUV35.76129.26106.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 51 (20.31% from 255) = 54.26%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=5.32%
G=54.26%
B=40.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551380.9000.250.8163.0482.1410.98
Hex533265A01950a352b
Octal5634613203112024312213
Binary101110011100110101101001100110100001010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053326; }

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

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

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

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

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

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

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

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