#18884B

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

Shades of Salem #18884B

Tints of Salem #18884B

Color information

#18884B (or 0x18884B) is unknown color: approx Salem. HEX triplet: 18, 88 and 4B. RGB value is (24,136,75). Sum of RGB (Red+Green+Blue) = 24+136+75=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #18884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18884B is #E777B4. Grayscale: #5F5F5F. Windows color (decimal): -15169461 or 4950040. OLE color: 4950040.

HSL color Cylindrical-coordinate representation of color #18884B: hue angle of 147.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18884B is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB2413675-
CMYK0.8200.450.47
HSL147.32º70%31.37%-
HSV(B)147.32º82.35%53.33%-
XYZ10.4518.319.64-
YUV95.56116.3976.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 136 (53.52% from 255) = 57.87%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=10.21%
G=57.87%
B=31.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24136750.8200.450.47147.327031.37
Hex18884B5202D2F93461f
Octal302101131220555722310637
Binary110001000100010010111010010010110110111110010011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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