Html Css Color HEX #144651 Green Vogue

📋 copy color: '#144651'

red 20 ◦ green 70 ◦ blue 81

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

Shades of Green Vogue #144651

Tints of Green Vogue #144651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 11.7%
G = 40.94%
B = 47.37%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#144651 (or 0x144651) is known color: Green Vogue. HEX triplet: 14, 46 and 51. RGB value is (20,70,81). Sum of RGB (Red+Green+Blue) = 20+70+81=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #144651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144651 is #EBB9AE. Grayscale: #383838. Windows color (decimal): -15448495 or 5326356. OLE color: 5326356.

HSL color Cylindrical-coordinate representation of color #144651: hue angle of 190.82º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144651 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 70 81 -
CMYK 0.75 0.14 0 0.68
HSL 190.82º 0.6% 0.2% -
HSV(B) 190.82º 0.75% 0.32% -
XYZ 3.96 5.12 8.56 -
YUV 56.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 20 70 81 0.75 0.14 0 0.68 190.82 0.6 0.2
Hex 14 46 51 4B E 0 44 BF 3C 14
Octal 24 106 121 113 16 0 104 277 74 24
Binary 10100 1000110 1010001 1001011 1110 0 1000100 10111111 111100 10100

Color Harmonies of #144651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144651

Black with #144651

Text Example


Text Example

White with #144651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144651; }

 p { color: rgb(20,70,81); }

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

background-color css

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

 a { background-color: rgb(20,70,81); }

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

border-color css

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

 span { border-color: rgb(20,70,81); }

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