#104C26

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

Shades of Zuccini #104C26

Tints of Zuccini #104C26

Color information

#104C26 (or 0x104C26) is unknown color: approx Zuccini. HEX triplet: 10, 4C and 26. RGB value is (16,76,38). Sum of RGB (Red+Green+Blue) = 16+76+38=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #104C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C26 is #EFB3D9. Grayscale: #353535. Windows color (decimal): -15709146 or 2509840. OLE color: 2509840.

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

Color convert

RGB167638-
CMYK0.7900.50.70
HSL142º65.22%18.04%-
HSV(B)142º78.95%29.8%-
XYZ3.155.422.71-
YUV53.73119.12101.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 76 (30.08% from 255) = 58.46%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=12.31%
G=58.46%
B=29.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676380.7900.50.7014265.2218.04
Hex104C264F032468e4112
Octal201144611706210621610122
Binary10000100110010011010011110110010100011010001110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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