#143C4A

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

Shades of Green Vogue #143C4A

Tints of Green Vogue #143C4A

Color information

#143C4A (or 0x143C4A) is unknown color: approx Green Vogue. HEX triplet: 14, 3C and 4A. RGB value is (20,60,74). Sum of RGB (Red+Green+Blue) = 20+60+74=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #143C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C4A is #EBC3B5. Grayscale: #313131. Windows color (decimal): -15451062 or 4865044. OLE color: 4865044.

HSL color Cylindrical-coordinate representation of color #143C4A: hue angle of 195.56º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143C4A is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB206074-
CMYK0.730.1900.71
HSL195.56º57.45%18.43%-
HSV(B)195.56º72.97%29.02%-
XYZ3.143.877.06-
YUV49.64141.75106.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=12.99%
G=38.96%
B=48.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2060740.730.1900.71195.5657.4518.43
Hex143C4A4913047c43912
Octal24741121112301073047122
Binary101001111001001010100100110011010001111100010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,74); }

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

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

 a { background-color: rgb(20,60,74); }

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

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

 span { border-color: rgb(20,60,74); }

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