#18844B

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

Shades of Salem #18844B

Tints of Salem #18844B

Color information

#18844B (or 0x18844B) is unknown color: approx Salem. HEX triplet: 18, 84 and 4B. RGB value is (24,132,75). Sum of RGB (Red+Green+Blue) = 24+132+75=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #18844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18844B is #E77BB4. Grayscale: #5D5D5D. Windows color (decimal): -15170485 or 4949016. OLE color: 4949016.

HSL color Cylindrical-coordinate representation of color #18844B: hue angle of 148.33º 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 #18844B is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB2413275-
CMYK0.8200.430.48
HSL148.33º69.23%30.59%-
HSV(B)148.33º81.82%51.76%-
XYZ9.917.29.46-
YUV93.21117.7278.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=10.39%
G=57.14%
B=32.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24132750.8200.430.48148.3369.2330.59
Hex18844B5202B3094451f
Octal302041131220536022410537
Binary110001000010010010111010010010101111000010010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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