#144253

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

Shades of Green Vogue #144253

Tints of Green Vogue #144253

Color information

#144253 (or 0x144253) is unknown color: approx Green Vogue. HEX triplet: 14, 42 and 53. RGB value is (20,66,83). Sum of RGB (Red+Green+Blue) = 20+66+83=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #144253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144253 is #EBBDAC. Grayscale: #363636. Windows color (decimal): -15449517 or 5456404. OLE color: 5456404.

HSL color Cylindrical-coordinate representation of color #144253: hue angle of 196.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144253 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206683-
CMYK0.760.2000.67
HSL196.19º61.17%20.2%-
HSV(B)196.19º75.9%32.55%-
XYZ3.84.678.88-
YUV54.18144.26103.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=11.83%
G=39.05%
B=49.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2066830.760.2000.67196.1961.1720.2
Hex1442534C14043c43d14
Octal241021231142401033047524
Binary1010010000101010011100110010100010000111100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144253; }

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

 H1.HeaderClassName
 {
   color: #144253;
 }
 .AnyTagClassName
 {
   color: #144253;
 }
</style>
background-color css

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

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

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

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

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

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