Html Css Color HEX #143F50 Green Vogue

📋 copy color: '#143F50'

red 20 ◦ green 63 ◦ blue 80

#143F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #143F50

Tints of Green Vogue #143F50

RGB

 RED value IS 20 (8.2% from 255) = 12.27%

 GREEN value IS 63 (25% from 255) = 38.65%

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 12.27%
G = 38.65%
B = 49.08%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#143F50 (or 0x143F50) is known color: Green Vogue. HEX triplet: 14, 3F and 50. RGB value is (20,63,80). Sum of RGB (Red+Green+Blue) = 20+63+80=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #143F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F50 is #EBC0AF. Grayscale: #333333. Windows color (decimal): -15450288 or 5259028. OLE color: 5259028.

HSL color Cylindrical-coordinate representation of color #143F50: hue angle of 197º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143F50 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 63 80 -
CMYK 0.75 0.21 0 0.69
HSL 197º 0.6% 0.2% -
HSV(B) 197º 0.75% 0.31% -
XYZ 3.51 4.28 8.23 -
YUV 52.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 20 63 80 0.75 0.21 0 0.69 197 0.6 0.2
Hex 14 3F 50 4B 15 0 45 C5 3C 14
Octal 24 77 120 113 25 0 105 305 74 24
Binary 10100 111111 1010000 1001011 10101 0 1000101 11000101 111100 10100

Color Harmonies of #143F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F50

Black with #143F50

Text Example


Text Example

White with #143F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,80); }

 H1.HeaderClassName
 {
   color: #143F50;
 }
 .AnyTagClassName
 {
   color: #143F50;
 }
</style>

background-color css

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

 a { background-color: rgb(20,63,80); }

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

border-color css

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

 span { border-color: rgb(20,63,80); }

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