#144730

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

Shades of Zuccini #144730

Tints of Zuccini #144730

Color information

#144730 (or 0x144730) is unknown color: approx Zuccini. HEX triplet: 14, 47 and 30. RGB value is (20,71,48). Sum of RGB (Red+Green+Blue) = 20+71+48=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #144730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144730 is #EBB8CF. Grayscale: #353535. Windows color (decimal): -15448272 or 3163924. OLE color: 3163924.

HSL color Cylindrical-coordinate representation of color #144730: hue angle of 152.94º 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 #144730 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB207148-
CMYK0.7200.320.72
HSL152.94º56.04%17.84%-
HSV(B)152.94º71.83%27.84%-
XYZ3.084.873.57-
YUV53.13125.1104.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=14.39%
G=51.08%
B=34.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071480.7200.320.72152.9456.0417.84
Hex1447304802048993812
Octal24107601100401102317022
Binary1010010001111100001001000010000010010001001100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144730; }

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

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

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

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

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

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

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

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