#053626

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

Shades of Dark Green #053626

Tints of Dark Green #053626

Color information

#053626 (or 0x053626) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 26. RGB value is (5,54,38). Sum of RGB (Red+Green+Blue) = 5+54+38=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #053626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053626 is #FAC9D9. Grayscale: #252525. Windows color (decimal): -16435674 or 2504197. OLE color: 2504197.

HSL color Cylindrical-coordinate representation of color #053626: hue angle of 160.41º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053626 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB55438-
CMYK0.9100.300.79
HSL160.41º83.05%11.57%-
HSV(B)160.41º90.74%21.18%-
XYZ1.732.812.28-
YUV37.52128.27104.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=5.15%
G=55.67%
B=39.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554380.9100.300.79160.4183.0511.57
Hex536265B01E4Fa053c
Octal5664613303611724012314
Binary101110110100110101101101111010011111010000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053626; }

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

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

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

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

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

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

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

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