#259B65

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

Shades of Eucalyptus #259B65

Tints of Eucalyptus #259B65

Color information

#259B65 (or 0x259B65) is unknown color: approx Eucalyptus. HEX triplet: 25, 9B and 65. RGB value is (37,155,101). Sum of RGB (Red+Green+Blue) = 37+155+101=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #259B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B65 is #DA649A. Grayscale: #717171. Windows color (decimal): -14312603 or 6658853. OLE color: 6658853.

HSL color Cylindrical-coordinate representation of color #259B65: hue angle of 152.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B65 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB37155101-
CMYK0.7600.350.39
HSL152.54º61.46%37.65%-
HSV(B)152.54º76.13%60.78%-
XYZ14.8324.7816.31-
YUV113.56120.9173.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 155 (60.94% from 255) = 52.90%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=12.63%
G=52.90%
B=34.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371551010.7600.350.39152.5461.4637.65
Hex259B654C02327993d26
Octal45233145114043472317546
Binary1001011001101111001011001100010001110011110011001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259B65; }

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

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

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

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

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

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

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

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