Html Css Color HEX #11834F Salem

📋 copy color: '#11834F'

red 17 ◦ green 131 ◦ blue 79

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

Shades of Salem #11834F

Tints of Salem #11834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.71%

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

R = 7.49%
G = 57.71%
B = 34.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#11834F (or 0x11834F) is known color: Salem. HEX triplet: 11, 83 and 4F. RGB value is (17,131,79). Sum of RGB (Red+Green+Blue) = 17+131+79=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #11834F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11834F is #EE7CB0. Grayscale: #5B5B5B. Windows color (decimal): -15629489 or 5210897. OLE color: 5210897.

HSL color Cylindrical-coordinate representation of color #11834F: hue angle of 152.63º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11834F is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 79 -
CMYK 0.87 0 0.40 0.49
HSL 152.63º 0.77% 0.29% -
HSV(B) 152.63º 0.87% 0.51% -
XYZ 9.76 16.92 10.15 -
YUV 90.99 121.23 75.23 -
System Red Green Blue C M Y K H S L
Decimal 17 131 79 0.87 0 0.40 0.49 152.63 0.77 0.29
Hex 11 83 4F 57 0 28 31 99 4D 1D
Octal 21 203 117 127 0 50 61 231 115 35
Binary 10001 10000011 1001111 1010111 0 101000 110001 10011001 1001101 11101

Color Harmonies of #11834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11834F

Black with #11834F

Text Example


Text Example

White with #11834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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