#18814B

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

Shades of Salem #18814B

Tints of Salem #18814B

Color information

#18814B (or 0x18814B) is unknown color: approx Salem. HEX triplet: 18, 81 and 4B. RGB value is (24,129,75). Sum of RGB (Red+Green+Blue) = 24+129+75=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #18814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18814B is #E77EB4. Grayscale: #5B5B5B. Windows color (decimal): -15171253 or 4948248. OLE color: 4948248.

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

Color convert

RGB2412975-
CMYK0.8100.420.49
HSL149.14º68.63%30%-
HSV(B)149.14º81.4%50.59%-
XYZ9.516.49.32-
YUV91.45118.7179.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 129 (50.78% from 255) = 56.58%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=10.53%
G=56.58%
B=32.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129750.8100.420.49149.1468.6330
Hex18814B5102A3195451e
Octal302011131210526122510536
Binary110001000000110010111010001010101011000110010101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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