#18854B

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

Shades of Salem #18854B

Tints of Salem #18854B

Color information

#18854B (or 0x18854B) is unknown color: approx Salem. HEX triplet: 18, 85 and 4B. RGB value is (24,133,75). Sum of RGB (Red+Green+Blue) = 24+133+75=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #18854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18854B is #E77AB4. Grayscale: #5D5D5D. Windows color (decimal): -15170229 or 4949272. OLE color: 4949272.

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

Color convert

RGB2413375-
CMYK0.8200.440.48
HSL148.07º69.43%30.78%-
HSV(B)148.07º81.95%52.16%-
XYZ10.0317.489.5-
YUV93.8117.3978.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=10.34%
G=57.33%
B=32.33%

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
Decimal24133750.8200.440.48148.0769.4330.78
Hex18854B5202C3094451f
Octal302051131220546022410537
Binary110001000010110010111010010010110011000010010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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