#144152

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

Shades of Green Vogue #144152

Tints of Green Vogue #144152

Color information

#144152 (or 0x144152) is unknown color: approx Green Vogue. HEX triplet: 14, 41 and 52. RGB value is (20,65,82). Sum of RGB (Red+Green+Blue) = 20+65+82=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #144152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144152 is #EBBEAD. Grayscale: #353535. Windows color (decimal): -15449774 or 5390612. OLE color: 5390612.

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

Color convert

RGB206582-
CMYK0.760.2100.68
HSL196.45º60.78%20%-
HSV(B)196.45º75.61%32.16%-
XYZ3.74.548.66-
YUV53.48144.09104.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=11.98%
G=38.92%
B=49.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2065820.760.2100.68196.4560.7820
Hex1441524C15044c43d14
Octal241011221142501043047524
Binary1010010000011010010100110010101010001001100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144152; }

 p { color: rgb(20,65,82); }

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

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

 a { background-color: rgb(20,65,82); }

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

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

 span { border-color: rgb(20,65,82); }

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