Html Css Color HEX #18764D Salem

📋 copy color: '#18764D'

red 24 ◦ green 118 ◦ blue 77

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

Shades of Salem #18764D

Tints of Salem #18764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

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

R = 10.96%
G = 53.88%
B = 35.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#18764D (or 0x18764D) is known color: Salem. HEX triplet: 18, 76 and 4D. RGB value is (24,118,77). Sum of RGB (Red+Green+Blue) = 24+118+77=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #18764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18764D is #E789B2. Grayscale: #555555. Windows color (decimal): -15174067 or 5076504. OLE color: 5076504.

HSL color Cylindrical-coordinate representation of color #18764D: hue angle of 153.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18764D is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 77 -
CMYK 0.80 0 0.35 0.54
HSL 153.83º 0.66% 0.28% -
HSV(B) 153.83º 0.8% 0.46% -
XYZ 8.19 13.69 9.23 -
YUV 85.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 24 118 77 0.80 0 0.35 0.54 153.83 0.66 0.28
Hex 18 76 4D 50 0 23 36 9A 42 1C
Octal 30 166 115 120 0 43 66 232 102 34
Binary 11000 1110110 1001101 1010000 0 100011 110110 10011010 1000010 11100

Color Harmonies of #18764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18764D

Black with #18764D

Text Example


Text Example

White with #18764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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