#104E2E

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

Shades of Zuccini #104E2E

Tints of Zuccini #104E2E

Color information

#104E2E (or 0x104E2E) is unknown color: approx Zuccini. HEX triplet: 10, 4E and 2E. RGB value is (16,78,46). Sum of RGB (Red+Green+Blue) = 16+78+46=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2E is #EFB1D1. Grayscale: #373737. Windows color (decimal): -15708626 or 3034640. OLE color: 3034640.

HSL color Cylindrical-coordinate representation of color #104E2E: hue angle of 149.03º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E2E is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB167846-
CMYK0.7900.410.69
HSL149.03º65.96%18.43%-
HSV(B)149.03º79.49%30.59%-
XYZ3.435.763.51-
YUV55.81122.4699.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 78 (30.86% from 255) = 55.71%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=11.43%
G=55.71%
B=32.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678460.7900.410.69149.0365.9618.43
Hex104E2E4F02945954212
Octal201165611705110522510222
Binary10000100111010111010011110101001100010110010101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,78,46); }

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

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

 a { background-color: rgb(16,78,46); }

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

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

 span { border-color: rgb(16,78,46); }

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