#259B5A

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

Shades of Eucalyptus #259B5A

Tints of Eucalyptus #259B5A

Color information

#259B5A (or 0x259B5A) is unknown color: approx Eucalyptus. HEX triplet: 25, 9B and 5A. RGB value is (37,155,90). Sum of RGB (Red+Green+Blue) = 37+155+90=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #259B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B5A is #DA64A5. Grayscale: #707070. Windows color (decimal): -14312614 or 5937957. OLE color: 5937957.

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

Color convert

RGB3715590-
CMYK0.7600.420.39
HSL146.95º61.46%37.65%-
HSV(B)146.95º76.13%60.78%-
XYZ14.3324.5713.66-
YUV112.31115.4174.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=13.12%
G=54.96%
B=31.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37155900.7600.420.39146.9561.4637.65
Hex259B5A4C02A27933d26
Octal45233132114052472237546
Binary1001011001101110110101001100010101010011110010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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