Html Css Color HEX #11414D Green Vogue

📋 copy color: '#11414D'

red 17 ◦ green 65 ◦ blue 77

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

Shades of Green Vogue #11414D

Tints of Green Vogue #11414D

RGB

 RED value IS 17 (7.03% from 255) = 10.69%

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

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

R = 10.69%
G = 40.88%
B = 48.43%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11414D (or 0x11414D) is known color: Green Vogue. HEX triplet: 11, 41 and 4D. RGB value is (17,65,77). Sum of RGB (Red+Green+Blue) = 17+65+77=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #11414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11414D is #EEBEB2. Grayscale: #333333. Windows color (decimal): -15646387 or 5062929. OLE color: 5062929.

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

Color convert

RGB 17 65 77 -
CMYK 0.78 0.16 0 0.70
HSL 192º 0.64% 0.18% -
HSV(B) 192º 0.78% 0.3% -
XYZ 3.46 4.44 7.69 -
YUV 52.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 17 65 77 0.78 0.16 0 0.70 192 0.64 0.18
Hex 11 41 4D 4E 10 0 46 C0 40 12
Octal 21 101 115 116 20 0 106 300 100 22
Binary 10001 1000001 1001101 1001110 10000 0 1000110 11000000 1000000 10010

Color Harmonies of #11414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11414D

Black with #11414D

Text Example


Text Example

White with #11414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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