Html Css Color HEX #114250 Green Vogue

📋 copy color: '#114250'

red 17 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #114250

Tints of Green Vogue #114250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.49%

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

R = 10.43%
G = 40.49%
B = 49.08%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114250 (or 0x114250) is known color: Green Vogue. HEX triplet: 11, 42 and 50. RGB value is (17,66,80). Sum of RGB (Red+Green+Blue) = 17+66+80=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #114250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114250 is #EEBDAF. Grayscale: #343434. Windows color (decimal): -15646128 or 5259793. OLE color: 5259793.

HSL color Cylindrical-coordinate representation of color #114250: hue angle of 193.33º 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 #114250 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 66 80 -
CMYK 0.79 0.17 0 0.69
HSL 193.33º 0.65% 0.19% -
HSV(B) 193.33º 0.79% 0.31% -
XYZ 3.63 4.59 8.29 -
YUV 52.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 17 66 80 0.79 0.17 0 0.69 193.33 0.65 0.19
Hex 11 42 50 4F 11 0 45 C1 41 13
Octal 21 102 120 117 21 0 105 301 101 23
Binary 10001 1000010 1010000 1001111 10001 0 1000101 11000001 1000001 10011

Color Harmonies of #114250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114250

Black with #114250

Text Example


Text Example

White with #114250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114250; }

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

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

background-color css

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

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

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

border-color css

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

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

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