#104726

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

Shades of Zuccini #104726

Tints of Zuccini #104726

Color information

#104726 (or 0x104726) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 26. RGB value is (16,71,38). Sum of RGB (Red+Green+Blue) = 16+71+38=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #104726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104726 is #EFB8D9. Grayscale: #323232. Windows color (decimal): -15710426 or 2508560. OLE color: 2508560.

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

Color convert

RGB167138-
CMYK0.7700.460.72
HSL144º63.22%17.06%-
HSV(B)144º77.46%27.84%-
XYZ2.824.762.6-
YUV50.79120.78103.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=12.8%
G=56.8%
B=30.4%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671380.7700.460.7214463.2217.06
Hex1047264D02E48903f11
Octal20107461150561102207721
Binary1000010001111001101001101010111010010001001000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104726; }

 p { color: rgb(16,71,38); }

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

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

 a { background-color: rgb(16,71,38); }

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

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

 span { border-color: rgb(16,71,38); }

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