#259160

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

Shades of Eucalyptus #259160

Tints of Eucalyptus #259160

Color information

#259160 (or 0x259160) is unknown color: approx Eucalyptus. HEX triplet: 25, 91 and 60. RGB value is (37,145,96). Sum of RGB (Red+Green+Blue) = 37+145+96=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #259160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259160 is #DA6E9F. Grayscale: #6B6B6B. Windows color (decimal): -14315168 or 6328613. OLE color: 6328613.

HSL color Cylindrical-coordinate representation of color #259160: hue angle of 152.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259160 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB3714596-
CMYK0.7400.340.43
HSL152.78º59.34%35.69%-
HSV(B)152.78º74.48%56.86%-
XYZ1321.4914.53-
YUV107.12121.7277.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=13.31%
G=52.16%
B=34.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37145960.7400.340.43152.7859.3435.69
Hex2591604A0222B993b24
Octal45221140112042532317344
Binary1001011001000111000001001010010001010101110011001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259160; }

 p { color: rgb(37,145,96); }

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

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

 a { background-color: rgb(37,145,96); }

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

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

 span { border-color: rgb(37,145,96); }

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