Html Css Color HEX #18764A Salem

📋 copy color: '#18764A'

red 24 ◦ green 118 ◦ blue 74

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

Shades of Salem #18764A

Tints of Salem #18764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 11.11%
G = 54.63%
B = 34.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#18764A (or 0x18764A) is known color: Salem. HEX triplet: 18, 76 and 4A. RGB value is (24,118,74). Sum of RGB (Red+Green+Blue) = 24+118+74=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #18764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18764A is #E789B5. Grayscale: #545454. Windows color (decimal): -15174070 or 4879896. OLE color: 4879896.

HSL color Cylindrical-coordinate representation of color #18764A: hue angle of 151.91º 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 #18764A is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 74 -
CMYK 0.80 0 0.37 0.54
HSL 151.91º 0.66% 0.28% -
HSV(B) 151.91º 0.8% 0.46% -
XYZ 8.09 13.65 8.69 -
YUV 84.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 24 118 74 0.80 0 0.37 0.54 151.91 0.66 0.28
Hex 18 76 4A 50 0 25 36 98 42 1C
Octal 30 166 112 120 0 45 66 230 102 34
Binary 11000 1110110 1001010 1010000 0 100101 110110 10011000 1000010 11100

Color Harmonies of #18764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18764A

Black with #18764A

Text Example


Text Example

White with #18764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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