#052726

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

Shades of Dark Green #052726

Tints of Dark Green #052726

Color information

#052726 (or 0x052726) is unknown color: approx Dark Green. HEX triplet: 05, 27 and 26. RGB value is (5,39,38). Sum of RGB (Red+Green+Blue) = 5+39+38=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #052726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052726 is #FAD8D9. Grayscale: #1C1C1C. Windows color (decimal): -16439514 or 2500357. OLE color: 2500357.

HSL color Cylindrical-coordinate representation of color #052726: hue angle of 178.24º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052726 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB53938-
CMYK0.8700.030.85
HSL178.24º77.27%8.63%-
HSV(B)178.24º87.18%15.29%-
XYZ1.141.622.09-
YUV28.72133.24111.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 39 (15.62% from 255) = 47.56%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=6.10%
G=47.56%
B=46.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539380.8700.030.85178.2477.278.63
Hex52726570355b24d9
Octal547461270312526211511
Binary101100111100110101011101110101011011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052726; }

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

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

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

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

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

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

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

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