Html Css Color HEX #114351 Green Vogue

📋 copy color: '#114351'

red 17 ◦ green 67 ◦ blue 81

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

Shades of Green Vogue #114351

Tints of Green Vogue #114351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.61%

 BLUE value IS 81 (32.03% from 255) = 49.09%

R = 10.3%
G = 40.61%
B = 49.09%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#114351 (or 0x114351) is known color: Green Vogue. HEX triplet: 11, 43 and 51. RGB value is (17,67,81). Sum of RGB (Red+Green+Blue) = 17+67+81=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #114351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114351 is #EEBCAE. Grayscale: #353535. Windows color (decimal): -15645871 or 5325585. OLE color: 5325585.

HSL color Cylindrical-coordinate representation of color #114351: hue angle of 193.12º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114351 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 67 81 -
CMYK 0.79 0.17 0 0.68
HSL 193.13º 0.65% 0.19% -
HSV(B) 193.13º 0.79% 0.32% -
XYZ 3.72 4.73 8.5 -
YUV 53.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 17 67 81 0.79 0.17 0 0.68 193.13 0.65 0.19
Hex 11 43 51 4F 11 0 44 C1 41 13
Octal 21 103 121 117 21 0 104 301 101 23
Binary 10001 1000011 1010001 1001111 10001 0 1000100 11000001 1000001 10011

Color Harmonies of #114351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114351

Black with #114351

Text Example


Text Example

White with #114351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114351; }

 p { color: rgb(17,67,81); }

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

background-color css

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

 a { background-color: rgb(17,67,81); }

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

border-color css

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

 span { border-color: rgb(17,67,81); }

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