#249C64

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

Shades of Eucalyptus #249C64

Tints of Eucalyptus #249C64

Color information

#249C64 (or 0x249C64) is unknown color: approx Eucalyptus. HEX triplet: 24, 9C and 64. RGB value is (36,156,100). Sum of RGB (Red+Green+Blue) = 36+156+100=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #249C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C64 is #DB639B. Grayscale: #717171. Windows color (decimal): -14377884 or 6593572. OLE color: 6593572.

HSL color Cylindrical-coordinate representation of color #249C64: hue angle of 152º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C64 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB36156100-
CMYK0.7700.360.39
HSL152º62.5%37.65%-
HSV(B)152º76.92%61.18%-
XYZ14.9225.0716.11-
YUV113.74120.2472.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 156 (61.33% from 255) = 53.42%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=12.33%
G=53.42%
B=34.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal361561000.7700.360.3915262.537.65
Hex249C644D02427983e26
Octal44234144115044472307646
Binary1001001001110011001001001101010010010011110011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249C64; }

 p { color: rgb(36,156,100); }

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

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

 a { background-color: rgb(36,156,100); }

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

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

 span { border-color: rgb(36,156,100); }

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