#18834C

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

Shades of Salem #18834C

Tints of Salem #18834C

Color information

#18834C (or 0x18834C) is unknown color: approx Salem. HEX triplet: 18, 83 and 4C. RGB value is (24,131,76). Sum of RGB (Red+Green+Blue) = 24+131+76=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #18834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18834C is #E77CB3. Grayscale: #5C5C5C. Windows color (decimal): -15170740 or 5014296. OLE color: 5014296.

HSL color Cylindrical-coordinate representation of color #18834C: hue angle of 149.16º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18834C is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB2413176-
CMYK0.8200.420.49
HSL149.16º69.03%30.39%-
HSV(B)149.16º81.68%51.37%-
XYZ9.816.959.59-
YUV92.74118.5578.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 131 (51.56% from 255) = 56.71%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=10.39%
G=56.71%
B=32.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131760.8200.420.49149.1669.0330.39
Hex18834C5202A3195451e
Octal302031141220526122510536
Binary110001000001110011001010010010101011000110010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18834C; }

 p { color: rgb(24,131,76); }

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

<style>
 a { background-color: #18834C; }

 a { background-color: rgb(24,131,76); }

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

<style>
 span { border-color: #18834C; }

 span { border-color: rgb(24,131,76); }

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