Html Css Color HEX #143D4B Green Vogue

📋 copy color: '#143D4B'

red 20 ◦ green 61 ◦ blue 75

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

Shades of Green Vogue #143D4B

Tints of Green Vogue #143D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.1%

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 12.82%
G = 39.1%
B = 48.08%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#143D4B (or 0x143D4B) is known color: Green Vogue. HEX triplet: 14, 3D and 4B. RGB value is (20,61,75). Sum of RGB (Red+Green+Blue) = 20+61+75=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #143D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D4B is #EBC2B4. Grayscale: #323232. Windows color (decimal): -15450805 or 4930836. OLE color: 4930836.

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

Color convert

RGB 20 61 75 -
CMYK 0.73 0.19 0 0.71
HSL 195.27º 0.58% 0.19% -
HSV(B) 195.27º 0.73% 0.29% -
XYZ 3.23 3.99 7.26 -
YUV 50.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 20 61 75 0.73 0.19 0 0.71 195.27 0.58 0.19
Hex 14 3D 4B 49 13 0 47 C3 3A 13
Octal 24 75 113 111 23 0 107 303 72 23
Binary 10100 111101 1001011 1001001 10011 0 1000111 11000011 111010 10011

Color Harmonies of #143D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D4B

Black with #143D4B

Text Example


Text Example

White with #143D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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