#259B5B

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

Shades of Eucalyptus #259B5B

Tints of Eucalyptus #259B5B

Color information

#259B5B (or 0x259B5B) is unknown color: approx Eucalyptus. HEX triplet: 25, 9B and 5B. RGB value is (37,155,91). Sum of RGB (Red+Green+Blue) = 37+155+91=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #259B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B5B is #DA64A4. Grayscale: #707070. Windows color (decimal): -14312613 or 6003493. OLE color: 6003493.

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

Color convert

RGB3715591-
CMYK0.7600.410.39
HSL147.46º61.46%37.65%-
HSV(B)147.46º76.13%60.78%-
XYZ14.3724.5913.89-
YUV112.42115.9174.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 155 (60.94% from 255) = 54.77%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=13.07%
G=54.77%
B=32.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37155910.7600.410.39147.4661.4637.65
Hex259B5B4C02927933d26
Octal45233133114051472237546
Binary1001011001101110110111001100010100110011110010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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