#144826

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

Shades of Zuccini #144826

Tints of Zuccini #144826

Color information

#144826 (or 0x144826) is unknown color: approx Zuccini. HEX triplet: 14, 48 and 26. RGB value is (20,72,38). Sum of RGB (Red+Green+Blue) = 20+72+38=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #144826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144826 is #EBB7D9. Grayscale: #343434. Windows color (decimal): -15448026 or 2508820. OLE color: 2508820.

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

Color convert

RGB207238-
CMYK0.7200.470.72
HSL140.77º56.52%18.04%-
HSV(B)140.77º72.22%28.24%-
XYZ2.964.922.63-
YUV52.58119.77104.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=15.38%
G=55.38%
B=29.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072380.7200.470.72140.7756.5218.04
Hex1448264802F488d3912
Octal24110461100571102157122
Binary1010010010001001101001000010111110010001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144826; }

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

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

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

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

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

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

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

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