#17814D

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

Shades of Salem #17814D

Tints of Salem #17814D

Color information

#17814D (or 0x17814D) is unknown color: approx Salem. HEX triplet: 17, 81 and 4D. RGB value is (23,129,77). Sum of RGB (Red+Green+Blue) = 23+129+77=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #17814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17814D is #E87EB2. Grayscale: #5B5B5B. Windows color (decimal): -15236787 or 5079319. OLE color: 5079319.

HSL color Cylindrical-coordinate representation of color #17814D: hue angle of 150.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17814D is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB2312977-
CMYK0.8200.400.49
HSL150.57º69.74%29.8%-
HSV(B)150.57º82.17%50.59%-
XYZ9.5416.429.69-
YUV91.38119.8879.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.04%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=10.04%
G=56.33%
B=33.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal23129770.8200.400.49150.5769.7429.8
Hex17814D520283197461e
Octal272011151220506122710636
Binary101111000000110011011010010010100011000110010111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17814D; }

 p { color: rgb(23,129,77); }

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

<style>
 a { background-color: #17814D; }

 a { background-color: rgb(23,129,77); }

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

<style>
 span { border-color: #17814D; }

 span { border-color: rgb(23,129,77); }

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