#24814A

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

Shades of Salem #24814A

Tints of Salem #24814A

Color information

#24814A (or 0x24814A) is unknown color: approx Salem. HEX triplet: 24, 81 and 4A. RGB value is (36,129,74). Sum of RGB (Red+Green+Blue) = 36+129+74=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #24814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24814A is #DB7EB5. Grayscale: #5F5F5F. Windows color (decimal): -14384822 or 4882724. OLE color: 4882724.

HSL color Cylindrical-coordinate representation of color #24814A: hue angle of 144.52º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24814A is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB3612974-
CMYK0.7200.430.49
HSL144.52º56.36%32.35%-
HSV(B)144.52º72.09%50.59%-
XYZ9.8116.579.16-
YUV94.92116.1985.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=15.06%
G=53.97%
B=30.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36129740.7200.430.49144.5256.3632.35
Hex24814A4802B31913820
Octal44201112110053612217040
Binary1001001000000110010101001000010101111000110010001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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