Html Css Color HEX #143C4C Green Vogue

📋 copy color: '#143C4C'

red 20 ◦ green 60 ◦ blue 76

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

Shades of Green Vogue #143C4C

Tints of Green Vogue #143C4C

RGB

 RED value IS 20 (8.2% 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 value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#143C4C (or 0x143C4C) is known color: 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

RGB 20 60 76 -
CMYK 0.74 0.21 0 0.70
HSL 197.14º 0.58% 0.19% -
HSV(B) 197.14º 0.74% 0.3% -
XYZ 3.21 3.9 7.42 -
YUV 49.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 20 60 76 0.74 0.21 0 0.70 197.14 0.58 0.19
Hex 14 3C 4C 4A 15 0 46 C5 3A 13
Octal 24 74 114 112 25 0 106 305 72 23
Binary 10100 111100 1001100 1001010 10101 0 1000110 11000101 111010 10011

Color Harmonies of #143C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C4C

Black with #143C4C

Text Example


Text Example

White with #143C4C

Text Example


Text Example

HTML Codes & Css Web 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>