#259960

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

Shades of Eucalyptus #259960

Tints of Eucalyptus #259960

Color information

#259960 (or 0x259960) is unknown color: approx Eucalyptus. HEX triplet: 25, 99 and 60. RGB value is (37,153,96). Sum of RGB (Red+Green+Blue) = 37+153+96=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #259960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259960 is #DA669F. Grayscale: #6F6F6F. Windows color (decimal): -14313120 or 6330661. OLE color: 6330661.

HSL color Cylindrical-coordinate representation of color #259960: hue angle of 150.52º 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 #259960 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB3715396-
CMYK0.7600.370.4
HSL150.52º61.05%37.25%-
HSV(B)150.52º75.82%60%-
XYZ14.2724.0214.95-
YUV111.82119.0774.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=12.94%
G=53.50%
B=33.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37153960.7600.370.4150.5261.0537.25
Hex2599604C02528973d25
Octal45231140114045502277545
Binary1001011001100111000001001100010010110100010010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259960; }

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

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

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

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

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

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

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

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