#144028

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

Shades of Zuccini #144028

Tints of Zuccini #144028

Color information

#144028 (or 0x144028) is unknown color: approx Zuccini. HEX triplet: 14, 40 and 28. RGB value is (20,64,40). Sum of RGB (Red+Green+Blue) = 20+64+40=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #144028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144028 is #EBBFD7. Grayscale: #303030. Windows color (decimal): -15450072 or 2637844. OLE color: 2637844.

HSL color Cylindrical-coordinate representation of color #144028: hue angle of 147.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144028 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB206440-
CMYK0.6900.380.75
HSL147.27º52.38%16.47%-
HSV(B)147.27º68.75%25.1%-
XYZ2.53.972.64-
YUV48.11123.42107.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=16.13%
G=51.61%
B=32.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064400.6900.380.75147.2752.3816.47
Hex144028450264B933410
Octal24100501050461132236420
Binary1010010000001010001000101010011010010111001001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144028; }

 p { color: rgb(20,64,40); }

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

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

 a { background-color: rgb(20,64,40); }

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

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

 span { border-color: rgb(20,64,40); }

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