#143D52

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

Shades of Green Vogue #143D52

Tints of Green Vogue #143D52

Color information

#143D52 (or 0x143D52) is unknown color: approx Green Vogue. HEX triplet: 14, 3D and 52. RGB value is (20,61,82). Sum of RGB (Red+Green+Blue) = 20+61+82=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #143D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D52 is #EBC2AD. Grayscale: #333333. Windows color (decimal): -15450798 or 5389588. OLE color: 5389588.

HSL color Cylindrical-coordinate representation of color #143D52: hue angle of 200.32º 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 #143D52 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB206182-
CMYK0.760.2600.68
HSL200.32º60.78%20%-
HSV(B)200.32º75.61%32.16%-
XYZ3.484.18.59-
YUV51.13145.42105.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=12.27%
G=37.42%
B=50.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2061820.760.2600.68200.3260.7820
Hex143D524C1A044c83d14
Octal24751221143201043107524
Binary101001111011010010100110011010010001001100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143D52; }

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

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

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

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

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

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

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

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