#104B2D

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

Shades of Zuccini #104B2D

Tints of Zuccini #104B2D

Color information

#104B2D (or 0x104B2D) is unknown color: approx Zuccini. HEX triplet: 10, 4B and 2D. RGB value is (16,75,45). Sum of RGB (Red+Green+Blue) = 16+75+45=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #104B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B2D is #EFB4D2. Grayscale: #363636. Windows color (decimal): -15709395 or 2968336. OLE color: 2968336.

HSL color Cylindrical-coordinate representation of color #104B2D: hue angle of 149.49º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B2D is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB167545-
CMYK0.7900.400.71
HSL149.49º64.84%17.84%-
HSV(B)149.49º78.67%29.41%-
XYZ3.25.333.34-
YUV53.94122.95100.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=11.76%
G=55.15%
B=33.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675450.7900.400.71149.4964.8417.84
Hex104B2D4F02847954112
Octal201135511705010722510122
Binary10000100101110110110011110101000100011110010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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