#144926

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

Shades of Zuccini #144926

Tints of Zuccini #144926

Color information

#144926 (or 0x144926) is unknown color: approx Zuccini. HEX triplet: 14, 49 and 26. RGB value is (20,73,38). Sum of RGB (Red+Green+Blue) = 20+73+38=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #144926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144926 is #EBB6D9. Grayscale: #353535. Windows color (decimal): -15447770 or 2509076. OLE color: 2509076.

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

Color convert

RGB207338-
CMYK0.7300.480.71
HSL140.38º56.99%18.24%-
HSV(B)140.38º72.6%28.63%-
XYZ3.025.052.65-
YUV53.16119.44104.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 73 (28.91% from 255) = 55.73%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=15.27%
G=55.73%
B=29.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2073380.7300.480.71140.3856.9918.24
Hex14492649030478c3912
Octal24111461110601072147122
Binary1010010010011001101001001011000010001111000110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144926; }

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

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

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

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

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

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

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

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