#104829

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

Shades of Zuccini #104829

Tints of Zuccini #104829

Color information

#104829 (or 0x104829) is unknown color: approx Zuccini. HEX triplet: 10, 48 and 29. RGB value is (16,72,41). Sum of RGB (Red+Green+Blue) = 16+72+41=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #104829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104829 is #EFB7D6. Grayscale: #333333. Windows color (decimal): -15710167 or 2705424. OLE color: 2705424.

HSL color Cylindrical-coordinate representation of color #104829: hue angle of 146.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104829 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB167241-
CMYK0.7800.430.72
HSL146.79º63.64%17.25%-
HSV(B)146.79º77.78%28.24%-
XYZ2.934.92.89-
YUV51.72121.95102.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=12.40%
G=55.81%
B=31.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672410.7800.430.72146.7963.6417.25
Hex1048294E02B48934011
Octal201105111605311022310021
Binary10000100100010100110011100101011100100010010011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104829; }

 p { color: rgb(16,72,41); }

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

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

 a { background-color: rgb(16,72,41); }

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

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

 span { border-color: rgb(16,72,41); }

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