Html Css Color HEX #18953F Salem

📋 copy color: '#18953F'

red 24 ◦ green 149 ◦ blue 63

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

Shades of Salem #18953F

Tints of Salem #18953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 10.17%
G = 63.14%
B = 26.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#18953F (or 0x18953F) is known color: Salem. HEX triplet: 18, 95 and 3F. RGB value is (24,149,63). Sum of RGB (Red+Green+Blue) = 24+149+63=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #18953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18953F is #E76AC0. Grayscale: #666666. Windows color (decimal): -15166145 or 4166936. OLE color: 4166936.

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

Color convert

RGB 24 149 63 -
CMYK 0.84 0 0.58 0.42
HSL 138.72º 0.72% 0.34% -
HSV(B) 138.72º 0.84% 0.58% -
XYZ 12.02 22.05 8.32 -
YUV 101.82 106.09 72.49 -
System Red Green Blue C M Y K H S L
Decimal 24 149 63 0.84 0 0.58 0.42 138.72 0.72 0.34
Hex 18 95 3F 54 0 3A 2A 8B 48 22
Octal 30 225 77 124 0 72 52 213 110 42
Binary 11000 10010101 111111 1010100 0 111010 101010 10001011 1001000 100010

Color Harmonies of #18953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18953F

Black with #18953F

Text Example


Text Example

White with #18953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18953F;
 }
 .AnyTagClassName
 {
   color: #18953F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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