#104D26

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

Shades of Zuccini #104D26

Tints of Zuccini #104D26

Color information

#104D26 (or 0x104D26) is unknown color: approx Zuccini. HEX triplet: 10, 4D and 26. RGB value is (16,77,38). Sum of RGB (Red+Green+Blue) = 16+77+38=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #104D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D26 is #EFB2D9. Grayscale: #363636. Windows color (decimal): -15708890 or 2510096. OLE color: 2510096.

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

Color convert

RGB167738-
CMYK0.7900.510.70
HSL141.64º65.59%18.24%-
HSV(B)141.64º79.22%30.2%-
XYZ3.225.562.74-
YUV54.32118.79100.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 77 (30.47% from 255) = 58.78%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=12.21%
G=58.78%
B=29.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677380.7900.510.70141.6465.5918.24
Hex104D264F033468e4212
Octal201154611706310621610222
Binary10000100110110011010011110110011100011010001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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