#24804B

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

Shades of Salem #24804B

Tints of Salem #24804B

Color information

#24804B (or 0x24804B) is unknown color: approx Salem. HEX triplet: 24, 80 and 4B. RGB value is (36,128,75). Sum of RGB (Red+Green+Blue) = 36+128+75=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #24804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24804B is #DB7FB4. Grayscale: #5E5E5E. Windows color (decimal): -14385077 or 4948004. OLE color: 4948004.

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

Color convert

RGB3612875-
CMYK0.7200.410.50
HSL145.43º56.1%32.16%-
HSV(B)145.43º71.88%50.2%-
XYZ9.7216.329.29-
YUV94.45117.0286.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 128 (50.39% from 255) = 53.56%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=15.06%
G=53.56%
B=31.38%

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
Decimal36128750.7200.410.50145.4356.132.16
Hex24804B4802932913820
Octal44200113110051622217040
Binary1001001000000010010111001000010100111001010010001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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