Html Css Color HEX #18953C Salem

📋 copy color: '#18953C'

red 24 ◦ green 149 ◦ blue 60

#18953C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #18953C

Tints of Salem #18953C

RGB

 RED value IS 24 (9.77% from 255) = 10.3%

 GREEN value IS 149 (58.59% from 255) = 63.95%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 10.3%
G = 63.95%
B = 25.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#18953C (or 0x18953C) is known color: 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

RGB 24 149 60 -
CMYK 0.84 0 0.60 0.42
HSL 137.28º 0.72% 0.34% -
HSV(B) 137.28º 0.84% 0.58% -
XYZ 11.94 22.02 7.9 -
YUV 101.48 104.59 72.74 -
System Red Green Blue C M Y K H S L
Decimal 24 149 60 0.84 0 0.60 0.42 137.28 0.72 0.34
Hex 18 95 3C 54 0 3C 2A 89 48 22
Octal 30 225 74 124 0 74 52 211 110 42
Binary 11000 10010101 111100 1010100 0 111100 101010 10001001 1001000 100010

Color Harmonies of #18953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18953C

Black with #18953C

Text Example


Text Example

White with #18953C

Text Example


Text Example

HTML Codes & Css Web 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>