#144352

Color #144352 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #144352

Tints of Green Vogue #144352

Color information

#144352 (or 0x144352) is unknown color: approx Green Vogue. HEX triplet: 14, 43 and 52. RGB value is (20,67,82). Sum of RGB (Red+Green+Blue) = 20+67+82=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #144352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144352 is #EBBCAD. Grayscale: #363636. Windows color (decimal): -15449262 or 5391124. OLE color: 5391124.

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

Color convert

RGB206782-
CMYK0.760.1800.68
HSL194.52º60.78%20%-
HSV(B)194.52º75.61%32.16%-
XYZ3.824.778.7-
YUV54.66143.43103.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=11.83%
G=39.64%
B=48.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2067820.760.1800.68194.5260.7820
Hex1443524C12044c33d14
Octal241031221142201043037524
Binary1010010000111010010100110010010010001001100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144352; }

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

 H1.HeaderClassName
 {
   color: #144352;
 }
 .AnyTagClassName
 {
   color: #144352;
 }
</style>
background-color css

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

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

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

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

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

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