#114253

Color #114253 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #114253

Tints of Green Vogue #114253

Color information

#114253 (or 0x114253) is unknown color: approx 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

RGB176683-
CMYK0.800.2000.67
HSL195.45º66%19.61%-
HSV(B)195.45º79.52%32.55%-
XYZ3.744.648.88-
YUV53.29144.77102.12-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1766830.800.2000.67195.456619.61
Hex1142535014043c34214
Octal2110212312024010330310224
Binary10001100001010100111010000101000100001111000011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>