#249860

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

Shades of Eucalyptus #249860

Tints of Eucalyptus #249860

Color information

#249860 (or 0x249860) is unknown color: approx Eucalyptus. HEX triplet: 24, 98 and 60. RGB value is (36,152,96). Sum of RGB (Red+Green+Blue) = 36+152+96=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #249860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249860 is #DB679F. Grayscale: #6F6F6F. Windows color (decimal): -14378912 or 6330404. OLE color: 6330404.

HSL color Cylindrical-coordinate representation of color #249860: hue angle of 151.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249860 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB3615296-
CMYK0.7600.370.40
HSL151.03º61.7%36.86%-
HSV(B)151.03º76.32%59.61%-
XYZ14.0723.6814.89-
YUV110.93119.5774.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 152 (59.77% from 255) = 53.52%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=12.68%
G=53.52%
B=33.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36152960.7600.370.40151.0361.736.86
Hex2498604C02528973e25
Octal44230140114045502277645
Binary1001001001100011000001001100010010110100010010111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249860; }

 p { color: rgb(36,152,96); }

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

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

 a { background-color: rgb(36,152,96); }

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

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

 span { border-color: rgb(36,152,96); }

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