Html Css Color HEX #144351 Green Vogue

📋 copy color: '#144351'

red 20 ◦ green 67 ◦ blue 81

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

Shades of Green Vogue #144351

Tints of Green Vogue #144351

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 11.9%
G = 39.88%
B = 48.21%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#144351 (or 0x144351) is known color: Green Vogue. HEX triplet: 14, 43 and 51. RGB value is (20,67,81). Sum of RGB (Red+Green+Blue) = 20+67+81=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #144351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144351 is #EBBCAE. Grayscale: #363636. Windows color (decimal): -15449263 or 5325588. OLE color: 5325588.

HSL color Cylindrical-coordinate representation of color #144351: hue angle of 193.77º 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 #144351 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 67 81 -
CMYK 0.75 0.17 0 0.68
HSL 193.77º 0.6% 0.2% -
HSV(B) 193.77º 0.75% 0.32% -
XYZ 3.78 4.76 8.5 -
YUV 54.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 20 67 81 0.75 0.17 0 0.68 193.77 0.6 0.2
Hex 14 43 51 4B 11 0 44 C2 3C 14
Octal 24 103 121 113 21 0 104 302 74 24
Binary 10100 1000011 1010001 1001011 10001 0 1000100 11000010 111100 10100

Color Harmonies of #144351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144351

Black with #144351

Text Example


Text Example

White with #144351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144351; }

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

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

background-color css

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

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

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

border-color css

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

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

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