Html Css Color HEX #144053 Green Vogue

📋 copy color: '#144053'

red 20 ◦ green 64 ◦ blue 83

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

Shades of Green Vogue #144053

Tints of Green Vogue #144053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 11.98%
G = 38.32%
B = 49.7%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144053 (or 0x144053) is known color: Green Vogue. HEX triplet: 14, 40 and 53. RGB value is (20,64,83). Sum of RGB (Red+Green+Blue) = 20+64+83=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #144053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144053 is #EBBFAC. Grayscale: #343434. Windows color (decimal): -15450029 or 5455892. OLE color: 5455892.

HSL color Cylindrical-coordinate representation of color #144053: hue angle of 198.1º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144053 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 64 83 -
CMYK 0.76 0.23 0 0.67
HSL 198.1º 0.61% 0.2% -
HSV(B) 198.1º 0.76% 0.33% -
XYZ 3.68 4.44 8.85 -
YUV 53.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 20 64 83 0.76 0.23 0 0.67 198.1 0.61 0.2
Hex 14 40 53 4C 17 0 43 C6 3D 14
Octal 24 100 123 114 27 0 103 306 75 24
Binary 10100 1000000 1010011 1001100 10111 0 1000011 11000110 111101 10100

Color Harmonies of #144053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144053

Black with #144053

Text Example


Text Example

White with #144053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144053; }

 p { color: rgb(20,64,83); }

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

background-color css

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

 a { background-color: rgb(20,64,83); }

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

border-color css

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

 span { border-color: rgb(20,64,83); }

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