#17914F

Color #17914F Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #17914F

Tints of Salem #17914F

Color information

#17914F (or 0x17914F) is unknown color: approx Salem. HEX triplet: 17, 91 and 4F. RGB value is (23,145,79). Sum of RGB (Red+Green+Blue) = 23+145+79=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #17914F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17914F is #E86EB0. Grayscale: #656565. Windows color (decimal): -15232689 or 5214487. OLE color: 5214487.

HSL color Cylindrical-coordinate representation of color #17914F: hue angle of 147.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17914F is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB2314579-
CMYK0.8400.460.43
HSL147.54º72.62%32.94%-
HSV(B)147.54º84.14%56.86%-
XYZ11.892110.82-
YUV101115.5872.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.31%
GREEN value IS 145 (57.03% from 255) = 58.70%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=9.31%
G=58.70%
B=31.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal23145790.8400.460.43147.5472.6232.94
Hex17914F5402E2B944921
Octal272211171240565322411141
Binary1011110010001100111110101000101110101011100101001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,145,79); }

 H1.HeaderClassName
 {
   color: #17914F;
 }
 .AnyTagClassName
 {
   color: #17914F;
 }
</style>
background-color css

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

 a { background-color: rgb(23,145,79); }

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

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

 span { border-color: rgb(23,145,79); }

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