#25AA52

Color #25AA52 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #25AA52

Tints of Eucalyptus #25AA52

Color information

#25AA52 (or 0x25AA52) is unknown color: approx Eucalyptus. HEX triplet: 25, AA and 52. RGB value is (37,170,82). Sum of RGB (Red+Green+Blue) = 37+170+82=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA52 is #DA55AD. Grayscale: #787878. Windows color (decimal): -14308782 or 5417509. OLE color: 5417509.

HSL color Cylindrical-coordinate representation of color #25AA52: hue angle of 140.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AA52 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB3717082-
CMYK0.7800.520.33
HSL140.3º64.25%40.59%-
HSV(B)140.3º78.24%66.67%-
XYZ16.6629.7512.85-
YUV120.2106.4468.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=12.80%
G=58.82%
B=28.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37170820.7800.520.33140.364.2540.59
Hex25AA524E034218c4029
Octal452521221160644121410051
Binary10010110101010101001010011100110100100001100011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25AA52; }

 p { color: rgb(37,170,82); }

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

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

 a { background-color: rgb(37,170,82); }

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

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

 span { border-color: rgb(37,170,82); }

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