Html Css Color HEX #144150 Green Vogue

📋 copy color: '#144150'

red 20 ◦ green 65 ◦ blue 80

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

Shades of Green Vogue #144150

Tints of Green Vogue #144150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

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

R = 12.12%
G = 39.39%
B = 48.48%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#144150 (or 0x144150) is known color: Green Vogue. HEX triplet: 14, 41 and 50. RGB value is (20,65,80). Sum of RGB (Red+Green+Blue) = 20+65+80=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #144150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144150 is #EBBEAF. Grayscale: #353535. Windows color (decimal): -15449776 or 5259540. OLE color: 5259540.

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

Color convert

RGB 20 65 80 -
CMYK 0.75 0.19 0 0.69
HSL 195º 0.6% 0.2% -
HSV(B) 195º 0.75% 0.31% -
XYZ 3.63 4.51 8.27 -
YUV 53.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 20 65 80 0.75 0.19 0 0.69 195 0.6 0.2
Hex 14 41 50 4B 13 0 45 C3 3C 14
Octal 24 101 120 113 23 0 105 303 74 24
Binary 10100 1000001 1010000 1001011 10011 0 1000101 11000011 111100 10100

Color Harmonies of #144150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144150

Black with #144150

Text Example


Text Example

White with #144150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144150; }

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

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

background-color css

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

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

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

border-color css

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

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

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