#144626

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

Shades of Zuccini #144626

Tints of Zuccini #144626

Color information

#144626 (or 0x144626) is unknown color: approx Zuccini. HEX triplet: 14, 46 and 26. RGB value is (20,70,38). Sum of RGB (Red+Green+Blue) = 20+70+38=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #144626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144626 is #EBB9D9. Grayscale: #333333. Windows color (decimal): -15448538 or 2508308. OLE color: 2508308.

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

Color convert

RGB207038-
CMYK0.7100.460.73
HSL141.6º55.56%17.65%-
HSV(B)141.6º71.43%27.45%-
XYZ2.834.672.59-
YUV51.4120.44105.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=15.62%
G=54.69%
B=29.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070380.7100.460.73141.655.5617.65
Hex1446264702E498e3812
Octal24106461070561112167022
Binary1010010001101001101000111010111010010011000111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144626; }

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

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

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

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

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

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

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

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