#144726

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

Shades of Zuccini #144726

Tints of Zuccini #144726

Color information

#144726 (or 0x144726) is unknown color: approx Zuccini. HEX triplet: 14, 47 and 26. RGB value is (20,71,38). Sum of RGB (Red+Green+Blue) = 20+71+38=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #144726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144726 is #EBB8D9. Grayscale: #343434. Windows color (decimal): -15448282 or 2508564. OLE color: 2508564.

HSL color Cylindrical-coordinate representation of color #144726: hue angle of 141.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144726 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB207138-
CMYK0.7200.460.72
HSL141.18º56.04%17.84%-
HSV(B)141.18º71.83%27.84%-
XYZ2.894.82.61-
YUV51.99120.1105.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=15.50%
G=55.04%
B=29.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071380.7200.460.72141.1856.0417.84
Hex1447264802E488d3812
Octal24107461100561102157022
Binary1010010001111001101001000010111010010001000110111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144726; }

 p { color: rgb(20,71,38); }

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

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

 a { background-color: rgb(20,71,38); }

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

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

 span { border-color: rgb(20,71,38); }

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