Html Css Color HEX #11854C Salem

📋 copy color: '#11854C'

red 17 ◦ green 133 ◦ blue 76

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

Shades of Salem #11854C

Tints of Salem #11854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.85%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 7.52%
G = 58.85%
B = 33.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#11854C (or 0x11854C) is known color: Salem. HEX triplet: 11, 85 and 4C. RGB value is (17,133,76). Sum of RGB (Red+Green+Blue) = 17+133+76=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #11854C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11854C is #EE7AB3. Grayscale: #5B5B5B. Windows color (decimal): -15628980 or 5014801. OLE color: 5014801.

HSL color Cylindrical-coordinate representation of color #11854C: hue angle of 150.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11854C is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 76 -
CMYK 0.87 0 0.43 0.48
HSL 150.52º 0.77% 0.29% -
HSV(B) 150.52º 0.87% 0.52% -
XYZ 9.92 17.42 9.68 -
YUV 91.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 17 133 76 0.87 0 0.43 0.48 150.52 0.77 0.29
Hex 11 85 4C 57 0 2B 30 97 4D 1D
Octal 21 205 114 127 0 53 60 227 115 35
Binary 10001 10000101 1001100 1010111 0 101011 110000 10010111 1001101 11101

Color Harmonies of #11854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11854C

Black with #11854C

Text Example


Text Example

White with #11854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11854C; }

 p { color: rgb(17,133,76); }

 H1.HeaderClassName
 {
   color: #11854C;
 }
 .AnyTagClassName
 {
   color: #11854C;
 }
</style>

background-color css

<style>
 a { background-color: #11854C; }

 a { background-color: rgb(17,133,76); }

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

border-color css

<style>
 span { border-color: #11854C; }

 span { border-color: rgb(17,133,76); }

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