Html Css Color HEX #18894D Salem

📋 copy color: '#18894D'

red 24 ◦ green 137 ◦ blue 77

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

Shades of Salem #18894D

Tints of Salem #18894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.56%

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

R = 10.08%
G = 57.56%
B = 32.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#18894D (or 0x18894D) is known color: Salem. HEX triplet: 18, 89 and 4D. RGB value is (24,137,77). Sum of RGB (Red+Green+Blue) = 24+137+77=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #18894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18894D is #E776B2. Grayscale: #606060. Windows color (decimal): -15169203 or 5081368. OLE color: 5081368.

HSL color Cylindrical-coordinate representation of color #18894D: hue angle of 148.14º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18894D is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 137 77 -
CMYK 0.82 0 0.44 0.46
HSL 148.14º 0.7% 0.32% -
HSV(B) 148.14º 0.82% 0.54% -
XYZ 10.66 18.62 10.05 -
YUV 96.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 24 137 77 0.82 0 0.44 0.46 148.14 0.7 0.32
Hex 18 89 4D 52 0 2C 2E 94 46 20
Octal 30 211 115 122 0 54 56 224 106 40
Binary 11000 10001001 1001101 1010010 0 101100 101110 10010100 1000110 100000

Color Harmonies of #18894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18894D

Black with #18894D

Text Example


Text Example

White with #18894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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