Html Css Color HEX #114450 Green Vogue

📋 copy color: '#114450'

red 17 ◦ green 68 ◦ blue 80

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

Shades of Green Vogue #114450

Tints of Green Vogue #114450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 10.3%
G = 41.21%
B = 48.48%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114450 (or 0x114450) is known color: Green Vogue. HEX triplet: 11, 44 and 50. RGB value is (17,68,80). Sum of RGB (Red+Green+Blue) = 17+68+80=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #114450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114450 is #EEBBAF. Grayscale: #363636. Windows color (decimal): -15645616 or 5260305. OLE color: 5260305.

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

Color convert

RGB 17 68 80 -
CMYK 0.79 0.15 0 0.69
HSL 191.43º 0.65% 0.19% -
HSV(B) 191.43º 0.79% 0.31% -
XYZ 3.75 4.83 8.32 -
YUV 54.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 17 68 80 0.79 0.15 0 0.69 191.43 0.65 0.19
Hex 11 44 50 4F F 0 45 BF 41 13
Octal 21 104 120 117 17 0 105 277 101 23
Binary 10001 1000100 1010000 1001111 1111 0 1000101 10111111 1000001 10011

Color Harmonies of #114450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114450

Black with #114450

Text Example


Text Example

White with #114450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114450; }

 p { color: rgb(17,68,80); }

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

background-color css

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

 a { background-color: rgb(17,68,80); }

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

border-color css

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

 span { border-color: rgb(17,68,80); }

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