#17414C

Color #17414C Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #17414C

Tints of Green Vogue #17414C

Color information

#17414C (or 0x17414C) is unknown color: approx Green Vogue. HEX triplet: 17, 41 and 4C. RGB value is (23,65,76). Sum of RGB (Red+Green+Blue) = 23+65+76=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #17414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17414C is #E8BEB3. Grayscale: #353535. Windows color (decimal): -15253172 or 4997399. OLE color: 4997399.

HSL color Cylindrical-coordinate representation of color #17414C: hue angle of 192.45º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17414C is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB236576-
CMYK0.700.1400.70
HSL192.45º53.54%19.41%-
HSV(B)192.45º69.74%29.8%-
XYZ3.554.487.52-
YUV53.7140.59106.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=14.02%
G=39.63%
B=46.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2365760.700.1400.70192.4553.5419.41
Hex17414C46E046c03613
Octal271011141061601063006623
Binary101111000001100110010001101110010001101100000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,65,76); }

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

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

 a { background-color: rgb(23,65,76); }

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

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

 span { border-color: rgb(23,65,76); }

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