#259965

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

Shades of Eucalyptus #259965

Tints of Eucalyptus #259965

Color information

#259965 (or 0x259965) is unknown color: approx Eucalyptus. HEX triplet: 25, 99 and 65. RGB value is (37,153,101). Sum of RGB (Red+Green+Blue) = 37+153+101=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #259965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259965 is #DA669A. Grayscale: #707070. Windows color (decimal): -14313115 or 6658341. OLE color: 6658341.

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

Color convert

RGB37153101-
CMYK0.7600.340.4
HSL153.1º61.05%37.25%-
HSV(B)153.1º75.82%60%-
XYZ14.524.1216.2-
YUV112.39121.5774.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=12.71%
G=52.58%
B=34.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371531010.7600.340.4153.161.0537.25
Hex2599654C02228993d25
Octal45231145114042502317545
Binary1001011001100111001011001100010001010100010011001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259965; }

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

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

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

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

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

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

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

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