Html Css Color HEX #17414C Green Vogue

📋 copy color: '#17414C'

red 23 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #17414C

Tints of Green Vogue #17414C

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 value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17414C (or 0x17414C) is known color: 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

RGB 23 65 76 -
CMYK 0.70 0.14 0 0.70
HSL 192.45º 0.54% 0.19% -
HSV(B) 192.45º 0.7% 0.3% -
XYZ 3.55 4.48 7.52 -
YUV 53.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 23 65 76 0.70 0.14 0 0.70 192.45 0.54 0.19
Hex 17 41 4C 46 E 0 46 C0 36 13
Octal 27 101 114 106 16 0 106 300 66 23
Binary 10111 1000001 1001100 1000110 1110 0 1000110 11000000 110110 10011

Color Harmonies of #17414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17414C

Black with #17414C

Text Example


Text Example

White with #17414C

Text Example


Text Example

HTML Codes & Css Web 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>