#259B66

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

Shades of Eucalyptus #259B66

Tints of Eucalyptus #259B66

Color information

#259B66 (or 0x259B66) is unknown color: approx Eucalyptus. HEX triplet: 25, 9B and 66. RGB value is (37,155,102). Sum of RGB (Red+Green+Blue) = 37+155+102=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #259B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B66 is #DA6499. Grayscale: #717171. Windows color (decimal): -14312602 or 6724389. OLE color: 6724389.

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

Color convert

RGB37155102-
CMYK0.7600.340.39
HSL153.05º61.46%37.65%-
HSV(B)153.05º76.13%60.78%-
XYZ14.8824.816.57-
YUV113.68121.4173.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 155 (60.94% from 255) = 52.72%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=12.59%
G=52.72%
B=34.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371551020.7600.340.39153.0561.4637.65
Hex259B664C02227993d26
Octal45233146114042472317546
Binary1001011001101111001101001100010001010011110011001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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