#24B055

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

Shades of Eucalyptus #24B055

Tints of Eucalyptus #24B055

Color information

#24B055 (or 0x24B055) is unknown color: approx Eucalyptus. HEX triplet: 24, B0 and 55. RGB value is (36,176,85). Sum of RGB (Red+Green+Blue) = 36+176+85=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #24B055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24B055 is #DB4FAA. Grayscale: #7B7B7B. Windows color (decimal): -14372779 or 5615652. OLE color: 5615652.

HSL color Cylindrical-coordinate representation of color #24B055: hue angle of 141º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B055 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB3617685-
CMYK0.8000.520.31
HSL141º66.04%41.57%-
HSV(B)141º79.55%69.02%-
XYZ17.8932.0813.84-
YUV123.77106.1265.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 176 (69.14% from 255) = 59.26%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=12.12%
G=59.26%
B=28.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36176850.8000.520.3114166.0441.57
Hex24B055500341F8d422a
Octal442601251200643721510252
Binary1001001011000010101011010000011010011111100011011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24B055; }

 p { color: rgb(36,176,85); }

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

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

 a { background-color: rgb(36,176,85); }

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

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

 span { border-color: rgb(36,176,85); }

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