#25985A

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

Shades of Eucalyptus #25985A

Tints of Eucalyptus #25985A

Color information

#25985A (or 0x25985A) is unknown color: approx Eucalyptus. HEX triplet: 25, 98 and 5A. RGB value is (37,152,90). Sum of RGB (Red+Green+Blue) = 37+152+90=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #25985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25985A is #DA67A5. Grayscale: #6E6E6E. Windows color (decimal): -14313382 or 5937189. OLE color: 5937189.

HSL color Cylindrical-coordinate representation of color #25985A: hue angle of 147.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25985A is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB3715290-
CMYK0.7600.410.40
HSL147.65º60.85%37.06%-
HSV(B)147.65º75.66%59.61%-
XYZ13.8423.5913.5-
YUV110.55116.475.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=13.26%
G=54.48%
B=32.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37152900.7600.410.40147.6560.8537.06
Hex25985A4C02928943d25
Octal45230132114051502247545
Binary1001011001100010110101001100010100110100010010100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25985A; }

 p { color: rgb(37,152,90); }

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

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

 a { background-color: rgb(37,152,90); }

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

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

 span { border-color: rgb(37,152,90); }

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