#18834B

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

Shades of Salem #18834B

Tints of Salem #18834B

Color information

#18834B (or 0x18834B) is unknown color: approx Salem. HEX triplet: 18, 83 and 4B. RGB value is (24,131,75). Sum of RGB (Red+Green+Blue) = 24+131+75=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #18834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18834B is #E77CB4. Grayscale: #5C5C5C. Windows color (decimal): -15170741 or 4948760. OLE color: 4948760.

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

Color convert

RGB2413175-
CMYK0.8200.430.49
HSL148.6º69.03%30.39%-
HSV(B)148.6º81.68%51.37%-
XYZ9.7616.939.41-
YUV92.62118.0579.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 131 (51.56% from 255) = 56.96%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=10.43%
G=56.96%
B=32.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131750.8200.430.49148.669.0330.39
Hex18834B5202B3195451e
Octal302031131220536122510536
Binary110001000001110010111010010010101111000110010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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