Html Css Color HEX #114253 Green Vogue

📋 copy color: '#114253'

red 17 ◦ green 66 ◦ blue 83

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

Shades of Green Vogue #114253

Tints of Green Vogue #114253

RGB

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

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

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

R = 10.24%
G = 39.76%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114253 (or 0x114253) is known color: Green Vogue. HEX triplet: 11, 42 and 53. RGB value is (17,66,83). Sum of RGB (Red+Green+Blue) = 17+66+83=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #114253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114253 is #EEBDAC. Grayscale: #353535. Windows color (decimal): -15646125 or 5456401. OLE color: 5456401.

HSL color Cylindrical-coordinate representation of color #114253: hue angle of 195.45º 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 #114253 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 66 83 -
CMYK 0.80 0.20 0 0.67
HSL 195.45º 0.66% 0.2% -
HSV(B) 195.45º 0.8% 0.33% -
XYZ 3.74 4.64 8.88 -
YUV 53.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 17 66 83 0.80 0.20 0 0.67 195.45 0.66 0.2
Hex 11 42 53 50 14 0 43 C3 42 14
Octal 21 102 123 120 24 0 103 303 102 24
Binary 10001 1000010 1010011 1010000 10100 0 1000011 11000011 1000010 10100

Color Harmonies of #114253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114253

Black with #114253

Text Example


Text Example

White with #114253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114253; }

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

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

background-color css

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

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

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

border-color css

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

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

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