Html Css Color HEX #11874F Salem

📋 copy color: '#11874F'

red 17 ◦ green 135 ◦ blue 79

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

Shades of Salem #11874F

Tints of Salem #11874F

RGB

 RED value IS 17 (7.03% from 255) = 7.36%

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

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

R = 7.36%
G = 58.44%
B = 34.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#11874F (or 0x11874F) is known color: Salem. HEX triplet: 11, 87 and 4F. RGB value is (17,135,79). Sum of RGB (Red+Green+Blue) = 17+135+79=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #11874F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11874F is #EE78B0. Grayscale: #5D5D5D. Windows color (decimal): -15628465 or 5211921. OLE color: 5211921.

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

Color convert

RGB 17 135 79 -
CMYK 0.87 0 0.41 0.47
HSL 151.53º 0.78% 0.3% -
HSV(B) 151.53º 0.87% 0.53% -
XYZ 10.31 18.01 10.33 -
YUV 93.33 119.91 73.55 -
System Red Green Blue C M Y K H S L
Decimal 17 135 79 0.87 0 0.41 0.47 151.53 0.78 0.3
Hex 11 87 4F 57 0 29 2F 98 4E 1E
Octal 21 207 117 127 0 51 57 230 116 36
Binary 10001 10000111 1001111 1010111 0 101001 101111 10011000 1001110 11110

Color Harmonies of #11874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11874F

Black with #11874F

Text Example


Text Example

White with #11874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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