#144827

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

Shades of Zuccini #144827

Tints of Zuccini #144827

Color information

#144827 (or 0x144827) is unknown color: approx Zuccini. HEX triplet: 14, 48 and 27. RGB value is (20,72,39). Sum of RGB (Red+Green+Blue) = 20+72+39=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #144827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144827 is #EBB7D8. Grayscale: #343434. Windows color (decimal): -15448025 or 2574356. OLE color: 2574356.

HSL color Cylindrical-coordinate representation of color #144827: hue angle of 141.92º degrees, saturation: 0.57, 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 #144827 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB207239-
CMYK0.7200.460.72
HSL141.92º56.52%18.04%-
HSV(B)141.92º72.22%28.24%-
XYZ2.974.932.71-
YUV52.69120.27104.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=15.27%
G=54.96%
B=29.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072390.7200.460.72141.9256.5218.04
Hex1448274802E488e3912
Octal24110471100561102167122
Binary1010010010001001111001000010111010010001000111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144827; }

 p { color: rgb(20,72,39); }

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

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

 a { background-color: rgb(20,72,39); }

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

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

 span { border-color: rgb(20,72,39); }

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