#143E4B

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

Shades of Green Vogue #143E4B

Tints of Green Vogue #143E4B

Color information

#143E4B (or 0x143E4B) is unknown color: approx Green Vogue. HEX triplet: 14, 3E and 4B. RGB value is (20,62,75). Sum of RGB (Red+Green+Blue) = 20+62+75=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #143E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E4B is #EBC1B4. Grayscale: #323232. Windows color (decimal): -15450549 or 4931092. OLE color: 4931092.

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

Color convert

RGB206275-
CMYK0.730.1700.71
HSL194.18º57.89%18.63%-
HSV(B)194.18º73.33%29.41%-
XYZ3.284.17.28-
YUV50.92141.59105.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=12.74%
G=39.49%
B=47.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2062750.730.1700.71194.1857.8918.63
Hex143E4B4911047c23a13
Octal24761131112101073027223
Binary101001111101001011100100110001010001111100001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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