Html Css Color HEX #11404D Green Vogue

📋 copy color: '#11404D'

red 17 ◦ green 64 ◦ blue 77

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

Shades of Green Vogue #11404D

Tints of Green Vogue #11404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.51%

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

R = 10.76%
G = 40.51%
B = 48.73%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11404D (or 0x11404D) is known color: Green Vogue. HEX triplet: 11, 40 and 4D. RGB value is (17,64,77). Sum of RGB (Red+Green+Blue) = 17+64+77=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #11404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11404D is #EEBFB2. Grayscale: #333333. Windows color (decimal): -15646643 or 5062673. OLE color: 5062673.

HSL color Cylindrical-coordinate representation of color #11404D: hue angle of 193º 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 #11404D is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 64 77 -
CMYK 0.78 0.17 0 0.70
HSL 193º 0.64% 0.18% -
HSV(B) 193º 0.78% 0.3% -
XYZ 3.4 4.32 7.68 -
YUV 51.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 17 64 77 0.78 0.17 0 0.70 193 0.64 0.18
Hex 11 40 4D 4E 11 0 46 C1 40 12
Octal 21 100 115 116 21 0 106 301 100 22
Binary 10001 1000000 1001101 1001110 10001 0 1000110 11000001 1000000 10010

Color Harmonies of #11404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11404D

Black with #11404D

Text Example


Text Example

White with #11404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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