Html Css Color HEX #144251 Green Vogue

📋 copy color: '#144251'

red 20 ◦ green 66 ◦ blue 81

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

Shades of Green Vogue #144251

Tints of Green Vogue #144251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 11.98%
G = 39.52%
B = 48.5%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#144251 (or 0x144251) is known color: Green Vogue. HEX triplet: 14, 42 and 51. RGB value is (20,66,81). Sum of RGB (Red+Green+Blue) = 20+66+81=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #144251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144251 is #EBBDAE. Grayscale: #353535. Windows color (decimal): -15449519 or 5325332. OLE color: 5325332.

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

Color convert

RGB 20 66 81 -
CMYK 0.75 0.19 0 0.68
HSL 194.75º 0.6% 0.2% -
HSV(B) 194.75º 0.75% 0.32% -
XYZ 3.72 4.64 8.48 -
YUV 53.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 20 66 81 0.75 0.19 0 0.68 194.75 0.6 0.2
Hex 14 42 51 4B 13 0 44 C3 3C 14
Octal 24 102 121 113 23 0 104 303 74 24
Binary 10100 1000010 1010001 1001011 10011 0 1000100 11000011 111100 10100

Color Harmonies of #144251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144251

Black with #144251

Text Example


Text Example

White with #144251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144251; }

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

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

background-color css

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

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

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

border-color css

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

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

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