#143E52

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

Shades of Green Vogue #143E52

Tints of Green Vogue #143E52

Color information

#143E52 (or 0x143E52) is unknown color: approx Green Vogue. HEX triplet: 14, 3E and 52. RGB value is (20,62,82). Sum of RGB (Red+Green+Blue) = 20+62+82=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #143E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E52 is #EBC1AD. Grayscale: #333333. Windows color (decimal): -15450542 or 5389844. OLE color: 5389844.

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

Color convert

RGB206282-
CMYK0.760.2400.68
HSL199.35º60.78%20%-
HSV(B)199.35º75.61%32.16%-
XYZ3.534.28.61-
YUV51.72145.09105.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 82 (32.42% from 255) = 50%
R=12.20%
G=37.80%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2062820.760.2400.68199.3560.7820
Hex143E524C18044c73d14
Octal24761221143001043077524
Binary101001111101010010100110011000010001001100011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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