#24804A

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

Shades of Salem #24804A

Tints of Salem #24804A

Color information

#24804A (or 0x24804A) is unknown color: approx Salem. HEX triplet: 24, 80 and 4A. RGB value is (36,128,74). Sum of RGB (Red+Green+Blue) = 36+128+74=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #24804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24804A is #DB7FB5. Grayscale: #5E5E5E. Windows color (decimal): -14385078 or 4882468. OLE color: 4882468.

HSL color Cylindrical-coordinate representation of color #24804A: hue angle of 144.78º 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 #24804A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB3612874-
CMYK0.7200.420.50
HSL144.78º56.1%32.16%-
HSV(B)144.78º71.88%50.2%-
XYZ9.6816.319.12-
YUV94.34116.5286.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=15.13%
G=53.78%
B=31.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36128740.7200.420.50144.7856.132.16
Hex24804A4802A32913820
Octal44200112110052622217040
Binary1001001000000010010101001000010101011001010010001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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