#18953D

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

Shades of Salem #18953D

Tints of Salem #18953D

Color information

#18953D (or 0x18953D) is unknown color: approx Salem. HEX triplet: 18, 95 and 3D. RGB value is (24,149,61). Sum of RGB (Red+Green+Blue) = 24+149+61=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #18953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18953D is #E76AC2. Grayscale: #656565. Windows color (decimal): -15166147 or 4035864. OLE color: 4035864.

HSL color Cylindrical-coordinate representation of color #18953D: hue angle of 137.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18953D is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB2414961-
CMYK0.8400.590.42
HSL137.76º72.25%33.92%-
HSV(B)137.76º83.89%58.43%-
XYZ11.9722.038.04-
YUV101.59105.0972.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 149 (58.59% from 255) = 63.68%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=10.26%
G=63.68%
B=26.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24149610.8400.590.42137.7672.2533.92
Hex18953D5403B2A8a4822
Octal30225751240735221211042
Binary110001001010111110110101000111011101010100010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18953D; }

 p { color: rgb(24,149,61); }

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

<style>
 a { background-color: #18953D; }

 a { background-color: rgb(24,149,61); }

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

<style>
 span { border-color: #18953D; }

 span { border-color: rgb(24,149,61); }

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