#249260

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

Shades of Eucalyptus #249260

Tints of Eucalyptus #249260

Color information

#249260 (or 0x249260) is unknown color: approx Eucalyptus. HEX triplet: 24, 92 and 60. RGB value is (36,146,96). Sum of RGB (Red+Green+Blue) = 36+146+96=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #249260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249260 is #DB6D9F. Grayscale: #6B6B6B. Windows color (decimal): -14380448 or 6328868. OLE color: 6328868.

HSL color Cylindrical-coordinate representation of color #249260: hue angle of 152.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249260 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB3614696-
CMYK0.7500.340.43
HSL152.73º60.44%35.69%-
HSV(B)152.73º75.34%57.25%-
XYZ13.1221.7814.58-
YUV107.41121.5677.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=12.95%
G=52.52%
B=34.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36146960.7500.340.43152.7360.4435.69
Hex2492604B0222B993c24
Octal44222140113042532317444
Binary1001001001001011000001001011010001010101110011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249260; }

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

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

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

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

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

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

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

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