#052625

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

Shades of Dark Green #052625

Tints of Dark Green #052625

Color information

#052625 (or 0x052625) is unknown color: approx Dark Green. HEX triplet: 05, 26 and 25. RGB value is (5,38,37). Sum of RGB (Red+Green+Blue) = 5+38+37=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #052625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052625 is #FAD9DA. Grayscale: #1B1B1B. Windows color (decimal): -16439771 or 2434565. OLE color: 2434565.

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

Color convert

RGB53837-
CMYK0.8700.030.85
HSL178.18º76.74%8.43%-
HSV(B)178.18º86.84%14.9%-
XYZ1.091.551.99-
YUV28.02133.07111.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=6.25%
G=47.5%
B=46.25%

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
Decimal538370.8700.030.85178.1876.748.43
Hex52625570355b24d8
Octal546451270312526211510
Binary101100110100101101011101110101011011001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052625; }

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

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

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

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

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

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

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

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