#24764D

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

Shades of Salem #24764D

Tints of Salem #24764D

Color information

#24764D (or 0x24764D) is unknown color: approx Salem. HEX triplet: 24, 76 and 4D. RGB value is (36,118,77). Sum of RGB (Red+Green+Blue) = 36+118+77=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #24764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24764D is #DB89B2. Grayscale: #585858. Windows color (decimal): -14387635 or 5076516. OLE color: 5076516.

HSL color Cylindrical-coordinate representation of color #24764D: hue angle of 150º 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 #24764D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB3611877-
CMYK0.6900.350.54
HSL150º53.25%30.2%-
HSV(B)150º69.49%46.27%-
XYZ8.5513.879.25-
YUV88.81121.3390.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=15.58%
G=51.08%
B=33.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36118770.6900.350.5415053.2530.2
Hex24764D450233696351e
Octal44166115105043662266536
Binary10010011101101001101100010101000111101101001011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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