Html Css Color HEX #114153 Green Vogue

📋 copy color: '#114153'

red 17 ◦ green 65 ◦ blue 83

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

Shades of Green Vogue #114153

Tints of Green Vogue #114153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 83 (32.81% from 255) = 50.3%

R = 10.3%
G = 39.39%
B = 50.3%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114153 (or 0x114153) is known color: Green Vogue. HEX triplet: 11, 41 and 53. RGB value is (17,65,83). Sum of RGB (Red+Green+Blue) = 17+65+83=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #114153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114153 is #EEBEAC. Grayscale: #343434. Windows color (decimal): -15646381 or 5456145. OLE color: 5456145.

HSL color Cylindrical-coordinate representation of color #114153: hue angle of 196.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114153 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 65 83 -
CMYK 0.80 0.22 0 0.67
HSL 196.36º 0.66% 0.2% -
HSV(B) 196.36º 0.8% 0.33% -
XYZ 3.68 4.52 8.86 -
YUV 52.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 17 65 83 0.80 0.22 0 0.67 196.36 0.66 0.2
Hex 11 41 53 50 16 0 43 C4 42 14
Octal 21 101 123 120 26 0 103 304 102 24
Binary 10001 1000001 1010011 1010000 10110 0 1000011 11000100 1000010 10100

Color Harmonies of #114153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114153

Black with #114153

Text Example


Text Example

White with #114153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114153; }

 p { color: rgb(17,65,83); }

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

background-color css

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

 a { background-color: rgb(17,65,83); }

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

border-color css

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

 span { border-color: rgb(17,65,83); }

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