#18953E

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

Shades of Salem #18953E

Tints of Salem #18953E

Color information

#18953E (or 0x18953E) is unknown color: approx Salem. HEX triplet: 18, 95 and 3E. RGB value is (24,149,62). Sum of RGB (Red+Green+Blue) = 24+149+62=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #18953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18953E is #E76AC1. Grayscale: #656565. Windows color (decimal): -15166146 or 4101400. OLE color: 4101400.

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

Color convert

RGB2414962-
CMYK0.8400.580.42
HSL138.24º72.25%33.92%-
HSV(B)138.24º83.89%58.43%-
XYZ11.9922.048.18-
YUV101.71105.5972.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=10.21%
G=63.40%
B=26.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24149620.8400.580.42138.2472.2533.92
Hex18953E5403A2A8a4822
Octal30225761240725221211042
Binary110001001010111111010101000111010101010100010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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