#144530

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

Shades of Zuccini #144530

Tints of Zuccini #144530

Color information

#144530 (or 0x144530) is unknown color: approx Zuccini. HEX triplet: 14, 45 and 30. RGB value is (20,69,48). Sum of RGB (Red+Green+Blue) = 20+69+48=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #144530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144530 is #EBBACF. Grayscale: #333333. Windows color (decimal): -15448784 or 3163412. OLE color: 3163412.

HSL color Cylindrical-coordinate representation of color #144530: hue angle of 154.29º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144530 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB206948-
CMYK0.7100.300.73
HSL154.29º55.06%17.45%-
HSV(B)154.29º71.01%27.06%-
XYZ2.954.623.53-
YUV51.96125.77105.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 69 (27.34% from 255) = 50.36%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=14.60%
G=50.36%
B=35.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069480.7100.300.73154.2955.0617.45
Hex1445304701E499a3711
Octal24105601070361112326721
Binary101001000101110000100011101111010010011001101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144530; }

 p { color: rgb(20,69,48); }

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

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

 a { background-color: rgb(20,69,48); }

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

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

 span { border-color: rgb(20,69,48); }

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