Html Css Color HEX #17414D Green Vogue

📋 copy color: '#17414D'

red 23 ◦ green 65 ◦ blue 77

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

Shades of Green Vogue #17414D

Tints of Green Vogue #17414D

RGB

 RED value IS 23 (9.38% from 255) = 13.94%

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 13.94%
G = 39.39%
B = 46.67%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17414D (or 0x17414D) is known color: Green Vogue. HEX triplet: 17, 41 and 4D. RGB value is (23,65,77). Sum of RGB (Red+Green+Blue) = 23+65+77=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #17414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17414D is #E8BEB2. Grayscale: #353535. Windows color (decimal): -15253171 or 5062935. OLE color: 5062935.

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

Color convert

RGB 23 65 77 -
CMYK 0.70 0.16 0 0.70
HSL 193.33º 0.54% 0.2% -
HSV(B) 193.33º 0.7% 0.3% -
XYZ 3.58 4.5 7.7 -
YUV 53.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 23 65 77 0.70 0.16 0 0.70 193.33 0.54 0.2
Hex 17 41 4D 46 10 0 46 C1 36 14
Octal 27 101 115 106 20 0 106 301 66 24
Binary 10111 1000001 1001101 1000110 10000 0 1000110 11000001 110110 10100

Color Harmonies of #17414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17414D

Black with #17414D

Text Example


Text Example

White with #17414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17414D;
 }
 .AnyTagClassName
 {
   color: #17414D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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