#18953C

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

Shades of Salem #18953C

Tints of Salem #18953C

Color information

#18953C (or 0x18953C) is unknown color: approx Salem. HEX triplet: 18, 95 and 3C. RGB value is (24,149,60). Sum of RGB (Red+Green+Blue) = 24+149+60=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #18953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18953C is #E76AC3. Grayscale: #656565. Windows color (decimal): -15166148 or 3970328. OLE color: 3970328.

HSL color Cylindrical-coordinate representation of color #18953C: hue angle of 137.28º 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 #18953C is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB2414960-
CMYK0.8400.600.42
HSL137.28º72.25%33.92%-
HSV(B)137.28º83.89%58.43%-
XYZ11.9422.027.9-
YUV101.48104.5972.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=10.30%
G=63.95%
B=25.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24149600.8400.600.42137.2872.2533.92
Hex18953C5403C2A894822
Octal30225741240745221111042
Binary110001001010111110010101000111100101010100010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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