#24814F

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

Shades of Salem #24814F

Tints of Salem #24814F

Color information

#24814F (or 0x24814F) is unknown color: approx Salem. HEX triplet: 24, 81 and 4F. RGB value is (36,129,79). Sum of RGB (Red+Green+Blue) = 36+129+79=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #24814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24814F is #DB7EB0. Grayscale: #5F5F5F. Windows color (decimal): -14384817 or 5210404. OLE color: 5210404.

HSL color Cylindrical-coordinate representation of color #24814F: hue angle of 147.74º 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 #24814F is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB3612979-
CMYK0.7200.390.49
HSL147.74º56.36%32.35%-
HSV(B)147.74º72.09%50.59%-
XYZ9.9916.6410.08-
YUV95.49118.6985.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=14.75%
G=52.87%
B=32.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36129790.7200.390.49147.7456.3632.35
Hex24814F4802731943820
Octal44201117110047612247040
Binary1001001000000110011111001000010011111000110010100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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