#143B4B

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

Shades of Green Vogue #143B4B

Tints of Green Vogue #143B4B

Color information

#143B4B (or 0x143B4B) is unknown color: approx Green Vogue. HEX triplet: 14, 3B and 4B. RGB value is (20,59,75). Sum of RGB (Red+Green+Blue) = 20+59+75=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #143B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B4B is #EBC4B4. Grayscale: #313131. Windows color (decimal): -15451317 or 4930324. OLE color: 4930324.

HSL color Cylindrical-coordinate representation of color #143B4B: hue angle of 197.45º 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 #143B4B is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB205975-
CMYK0.730.2100.71
HSL197.45º57.89%18.63%-
HSV(B)197.45º73.33%29.41%-
XYZ3.123.787.22-
YUV49.16142.58107.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=12.99%
G=38.31%
B=48.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2059750.730.2100.71197.4557.8918.63
Hex143B4B4915047c53a13
Octal24731131112501073057223
Binary101001110111001011100100110101010001111100010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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