#144631

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

Shades of Zuccini #144631

Tints of Zuccini #144631

Color information

#144631 (or 0x144631) is unknown color: approx Zuccini. HEX triplet: 14, 46 and 31. RGB value is (20,70,49). Sum of RGB (Red+Green+Blue) = 20+70+49=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #144631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144631 is #EBB9CE. Grayscale: #343434. Windows color (decimal): -15448527 or 3229204. OLE color: 3229204.

HSL color Cylindrical-coordinate representation of color #144631: hue angle of 154.8º 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 #144631 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB207049-
CMYK0.7100.300.73
HSL154.8º55.56%17.65%-
HSV(B)154.8º71.43%27.45%-
XYZ3.034.753.66-
YUV52.66125.94104.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 70 (27.73% from 255) = 50.36%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=14.39%
G=50.36%
B=35.25%

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
Decimal2070490.7100.300.73154.855.5617.65
Hex1446314701E499b3812
Octal24106611070361112337022
Binary101001000110110001100011101111010010011001101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144631; }

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

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

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

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

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

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

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

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