#24764E

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

Shades of Salem #24764E

Tints of Salem #24764E

Color information

#24764E (or 0x24764E) is unknown color: approx Salem. HEX triplet: 24, 76 and 4E. RGB value is (36,118,78). Sum of RGB (Red+Green+Blue) = 36+118+78=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #24764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24764E is #DB89B1. Grayscale: #585858. Windows color (decimal): -14387634 or 5142052. OLE color: 5142052.

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

Color convert

RGB3611878-
CMYK0.6900.340.54
HSL150.73º53.25%30.2%-
HSV(B)150.73º69.49%46.27%-
XYZ8.5813.889.43-
YUV88.92121.8390.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=15.52%
G=50.86%
B=33.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36118780.6900.340.54150.7353.2530.2
Hex24764E450223697351e
Octal44166116105042662276536
Binary10010011101101001110100010101000101101101001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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