#104D2D

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

Shades of Zuccini #104D2D

Tints of Zuccini #104D2D

Color information

#104D2D (or 0x104D2D) is unknown color: approx Zuccini. HEX triplet: 10, 4D and 2D. RGB value is (16,77,45). Sum of RGB (Red+Green+Blue) = 16+77+45=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #104D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D2D is #EFB2D2. Grayscale: #373737. Windows color (decimal): -15708883 or 2968848. OLE color: 2968848.

HSL color Cylindrical-coordinate representation of color #104D2D: hue angle of 148.52º 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 #104D2D is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB167745-
CMYK0.7900.420.70
HSL148.52º65.59%18.24%-
HSV(B)148.52º79.22%30.2%-
XYZ3.345.613.39-
YUV55.11122.29100.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=11.59%
G=55.80%
B=32.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677450.7900.420.70148.5265.5918.24
Hex104D2D4F02A46954212
Octal201155511705210622510222
Binary10000100110110110110011110101010100011010010101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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