Html Css Color HEX #18874F Salem

📋 copy color: '#18874F'

red 24 ◦ green 135 ◦ blue 79

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

Shades of Salem #18874F

Tints of Salem #18874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.72%

 BLUE value IS 79 (31.25% from 255) = 33.19%

R = 10.08%
G = 56.72%
B = 33.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#18874F (or 0x18874F) is known color: Salem. HEX triplet: 18, 87 and 4F. RGB value is (24,135,79). Sum of RGB (Red+Green+Blue) = 24+135+79=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #18874F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18874F is #E778B0. Grayscale: #5F5F5F. Windows color (decimal): -15169713 or 5211928. OLE color: 5211928.

HSL color Cylindrical-coordinate representation of color #18874F: hue angle of 149.73º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18874F is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 135 79 -
CMYK 0.82 0 0.41 0.47
HSL 149.73º 0.7% 0.31% -
HSV(B) 149.73º 0.82% 0.53% -
XYZ 10.45 18.09 10.34 -
YUV 95.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 24 135 79 0.82 0 0.41 0.47 149.73 0.7 0.31
Hex 18 87 4F 52 0 29 2F 96 46 1F
Octal 30 207 117 122 0 51 57 226 106 37
Binary 11000 10000111 1001111 1010010 0 101001 101111 10010110 1000110 11111

Color Harmonies of #18874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18874F

Black with #18874F

Text Example


Text Example

White with #18874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,135,79); }

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

background-color css

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

 a { background-color: rgb(24,135,79); }

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

border-color css

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

 span { border-color: rgb(24,135,79); }

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