Html Css Color HEX #144253 Green Vogue

📋 copy color: '#144253'

red 20 ◦ green 66 ◦ blue 83

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

Shades of Green Vogue #144253

Tints of Green Vogue #144253

RGB

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

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

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

R = 11.83%
G = 39.05%
B = 49.11%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144253 (or 0x144253) is known color: Green Vogue. HEX triplet: 14, 42 and 53. RGB value is (20,66,83). Sum of RGB (Red+Green+Blue) = 20+66+83=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #144253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144253 is #EBBDAC. Grayscale: #363636. Windows color (decimal): -15449517 or 5456404. OLE color: 5456404.

HSL color Cylindrical-coordinate representation of color #144253: hue angle of 196.19º 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 #144253 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 66 83 -
CMYK 0.76 0.20 0 0.67
HSL 196.19º 0.61% 0.2% -
HSV(B) 196.19º 0.76% 0.33% -
XYZ 3.8 4.67 8.88 -
YUV 54.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 20 66 83 0.76 0.20 0 0.67 196.19 0.61 0.2
Hex 14 42 53 4C 14 0 43 C4 3D 14
Octal 24 102 123 114 24 0 103 304 75 24
Binary 10100 1000010 1010011 1001100 10100 0 1000011 11000100 111101 10100

Color Harmonies of #144253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144253

Black with #144253

Text Example


Text Example

White with #144253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144253; }

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

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

background-color css

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

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

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

border-color css

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

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

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