#144453

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

Shades of Green Vogue #144453

Tints of Green Vogue #144453

Color information

#144453 (or 0x144453) is unknown color: approx Green Vogue. HEX triplet: 14, 44 and 53. RGB value is (20,68,83). Sum of RGB (Red+Green+Blue) = 20+68+83=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #144453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144453 is #EBBBAC. Grayscale: #373737. Windows color (decimal): -15449005 or 5456916. OLE color: 5456916.

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

Color convert

RGB206883-
CMYK0.760.1800.67
HSL194.29º61.17%20.2%-
HSV(B)194.29º75.9%32.55%-
XYZ3.924.918.92-
YUV55.36143.6102.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 68 (26.95% from 255) = 39.77%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=11.70%
G=39.77%
B=48.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2068830.760.1800.67194.2961.1720.2
Hex1444534C12043c23d14
Octal241041231142201033027524
Binary1010010001001010011100110010010010000111100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144453; }

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

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

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

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

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

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

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

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