#24764C

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

Shades of Salem #24764C

Tints of Salem #24764C

Color information

#24764C (or 0x24764C) is unknown color: approx Salem. HEX triplet: 24, 76 and 4C. RGB value is (36,118,76). Sum of RGB (Red+Green+Blue) = 36+118+76=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #24764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24764C is #DB89B3. Grayscale: #585858. Windows color (decimal): -14387636 or 5010980. OLE color: 5010980.

HSL color Cylindrical-coordinate representation of color #24764C: hue angle of 149.27º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24764C is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB3611876-
CMYK0.6900.360.54
HSL149.27º53.25%30.2%-
HSV(B)149.27º69.49%46.27%-
XYZ8.5113.859.06-
YUV88.69120.8390.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=15.65%
G=51.30%
B=33.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36118760.6900.360.54149.2753.2530.2
Hex24764C450243695351e
Octal44166114105044662256536
Binary10010011101101001100100010101001001101101001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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