#104D29

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

Shades of Zuccini #104D29

Tints of Zuccini #104D29

Color information

#104D29 (or 0x104D29) is unknown color: approx Zuccini. HEX triplet: 10, 4D and 29. RGB value is (16,77,41). Sum of RGB (Red+Green+Blue) = 16+77+41=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #104D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D29 is #EFB2D6. Grayscale: #363636. Windows color (decimal): -15708887 or 2706704. OLE color: 2706704.

HSL color Cylindrical-coordinate representation of color #104D29: hue angle of 144.59º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D29 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB167741-
CMYK0.7900.470.70
HSL144.59º65.59%18.24%-
HSV(B)144.59º79.22%30.2%-
XYZ3.275.583-
YUV54.66120.29100.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 77 (30.47% from 255) = 57.46%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=11.94%
G=57.46%
B=30.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677410.7900.470.70144.5965.5918.24
Hex104D294F02F46914212
Octal201155111705710622110222
Binary10000100110110100110011110101111100011010010001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104D29; }

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

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

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

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

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

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

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

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