#259B64

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

Shades of Eucalyptus #259B64

Tints of Eucalyptus #259B64

Color information

#259B64 (or 0x259B64) is unknown color: approx Eucalyptus. HEX triplet: 25, 9B and 64. RGB value is (37,155,100). Sum of RGB (Red+Green+Blue) = 37+155+100=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #259B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B64 is #DA649B. Grayscale: #717171. Windows color (decimal): -14312604 or 6593317. OLE color: 6593317.

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

Color convert

RGB37155100-
CMYK0.7600.350.39
HSL152.03º61.46%37.65%-
HSV(B)152.03º76.13%60.78%-
XYZ14.7824.7616.06-
YUV113.45120.4173.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=12.67%
G=53.08%
B=34.25%

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
Decimal371551000.7600.350.39152.0361.4637.65
Hex259B644C02327983d26
Octal45233144114043472307546
Binary1001011001101111001001001100010001110011110011000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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