#18834A

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

Shades of Salem #18834A

Tints of Salem #18834A

Color information

#18834A (or 0x18834A) is unknown color: approx Salem. HEX triplet: 18, 83 and 4A. RGB value is (24,131,74). Sum of RGB (Red+Green+Blue) = 24+131+74=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #18834A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18834A is #E77CB5. Grayscale: #5C5C5C. Windows color (decimal): -15170742 or 4883224. OLE color: 4883224.

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

Color convert

RGB2413174-
CMYK0.8200.440.49
HSL148.04º69.03%30.39%-
HSV(B)148.04º81.68%51.37%-
XYZ9.7316.929.23-
YUV92.51117.5579.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=10.48%
G=57.21%
B=32.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131740.8200.440.49148.0469.0330.39
Hex18834A5202C3194451e
Octal302031121220546122410536
Binary110001000001110010101010010010110011000110010100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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