#24804C

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

Shades of Salem #24804C

Tints of Salem #24804C

Color information

#24804C (or 0x24804C) is unknown color: approx Salem. HEX triplet: 24, 80 and 4C. RGB value is (36,128,76). Sum of RGB (Red+Green+Blue) = 36+128+76=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #24804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24804C is #DB7FB3. Grayscale: #5E5E5E. Windows color (decimal): -14385076 or 5013540. OLE color: 5013540.

HSL color Cylindrical-coordinate representation of color #24804C: hue angle of 146.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24804C is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB3612876-
CMYK0.7200.410.50
HSL146.09º56.1%32.16%-
HSV(B)146.09º71.88%50.2%-
XYZ9.7516.349.48-
YUV94.56117.5286.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=15%
G=53.33%
B=31.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36128760.7200.410.50146.0956.132.16
Hex24804C4802932923820
Octal44200114110051622227040
Binary1001001000000010011001001000010100111001010010010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24804C; }

 p { color: rgb(36,128,76); }

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

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

 a { background-color: rgb(36,128,76); }

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

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

 span { border-color: rgb(36,128,76); }

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