#18844A

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

Shades of Salem #18844A

Tints of Salem #18844A

Color information

#18844A (or 0x18844A) is unknown color: approx Salem. HEX triplet: 18, 84 and 4A. RGB value is (24,132,74). Sum of RGB (Red+Green+Blue) = 24+132+74=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #18844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18844A is #E77BB5. Grayscale: #5D5D5D. Windows color (decimal): -15170486 or 4883480. OLE color: 4883480.

HSL color Cylindrical-coordinate representation of color #18844A: hue angle of 147.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18844A is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB2413274-
CMYK0.8200.440.48
HSL147.78º69.23%30.59%-
HSV(B)147.78º81.82%51.76%-
XYZ9.8617.199.28-
YUV93.1117.2278.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=10.43%
G=57.39%
B=32.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24132740.8200.440.48147.7869.2330.59
Hex18844A5202C3094451f
Octal302041121220546022410537
Binary110001000010010010101010010010110011000010010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,132,74); }

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

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

 a { background-color: rgb(24,132,74); }

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

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

 span { border-color: rgb(24,132,74); }

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