Html Css Color HEX #11404C Green Vogue

📋 copy color: '#11404C'

red 17 ◦ green 64 ◦ blue 76

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

Shades of Green Vogue #11404C

Tints of Green Vogue #11404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 10.83%
G = 40.76%
B = 48.41%

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

#11404C (or 0x11404C) is known color: Green Vogue. HEX triplet: 11, 40 and 4C. RGB value is (17,64,76). Sum of RGB (Red+Green+Blue) = 17+64+76=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #11404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11404C is #EEBFB3. Grayscale: #333333. Windows color (decimal): -15646644 or 4997137. OLE color: 4997137.

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

Color convert

RGB 17 64 76 -
CMYK 0.78 0.16 0 0.70
HSL 192.2º 0.63% 0.18% -
HSV(B) 192.2º 0.78% 0.3% -
XYZ 3.37 4.31 7.49 -
YUV 51.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 17 64 76 0.78 0.16 0 0.70 192.2 0.63 0.18
Hex 11 40 4C 4E 10 0 46 C0 3F 12
Octal 21 100 114 116 20 0 106 300 77 22
Binary 10001 1000000 1001100 1001110 10000 0 1000110 11000000 111111 10010

Color Harmonies of #11404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11404C

Black with #11404C

Text Example


Text Example

White with #11404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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