#143C4C

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

Shades of Green Vogue #143C4C

Tints of Green Vogue #143C4C

Color information

#143C4C (or 0x143C4C) is unknown color: approx Green Vogue. HEX triplet: 14, 3C and 4C. RGB value is (20,60,76). Sum of RGB (Red+Green+Blue) = 20+60+76=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #143C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C4C is #EBC3B3. Grayscale: #313131. Windows color (decimal): -15451060 or 4996116. OLE color: 4996116.

HSL color Cylindrical-coordinate representation of color #143C4C: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #143C4C is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB206076-
CMYK0.740.2100.70
HSL197.14º58.33%18.82%-
HSV(B)197.14º73.68%29.8%-
XYZ3.213.97.42-
YUV49.86142.75106.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=12.82%
G=38.46%
B=48.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2060760.740.2100.70197.1458.3318.82
Hex143C4C4A15046c53a13
Octal24741141122501063057223
Binary101001111001001100100101010101010001101100010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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