Html Css Color HEX #18714D Salem

📋 copy color: '#18714D'

red 24 ◦ green 113 ◦ blue 77

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

Shades of Salem #18714D

Tints of Salem #18714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 11.21%
G = 52.8%
B = 35.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#18714D (or 0x18714D) is known color: Salem. HEX triplet: 18, 71 and 4D. RGB value is (24,113,77). Sum of RGB (Red+Green+Blue) = 24+113+77=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #18714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18714D is #E78EB2. Grayscale: #525252. Windows color (decimal): -15175347 or 5075224. OLE color: 5075224.

HSL color Cylindrical-coordinate representation of color #18714D: hue angle of 155.73º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18714D is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 113 77 -
CMYK 0.79 0 0.32 0.56
HSL 155.73º 0.65% 0.27% -
HSV(B) 155.73º 0.79% 0.44% -
XYZ 7.62 12.54 9.04 -
YUV 82.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 24 113 77 0.79 0 0.32 0.56 155.73 0.65 0.27
Hex 18 71 4D 4F 0 20 38 9C 41 1B
Octal 30 161 115 117 0 40 70 234 101 33
Binary 11000 1110001 1001101 1001111 0 100000 111000 10011100 1000001 11011

Color Harmonies of #18714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18714D

Black with #18714D

Text Example


Text Example

White with #18714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,113,77); }

 H1.HeaderClassName
 {
   color: #18714D;
 }
 .AnyTagClassName
 {
   color: #18714D;
 }
</style>

background-color css

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

 a { background-color: rgb(24,113,77); }

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

border-color css

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

 span { border-color: rgb(24,113,77); }

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