#104E2C

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

Shades of Zuccini #104E2C

Tints of Zuccini #104E2C

Color information

#104E2C (or 0x104E2C) is unknown color: approx Zuccini. HEX triplet: 10, 4E and 2C. RGB value is (16,78,44). Sum of RGB (Red+Green+Blue) = 16+78+44=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2C is #EFB1D3. Grayscale: #373737. Windows color (decimal): -15708628 or 2903568. OLE color: 2903568.

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

Color convert

RGB167844-
CMYK0.7900.440.69
HSL147.1º65.96%18.43%-
HSV(B)147.1º79.49%30.59%-
XYZ3.395.743.31-
YUV55.59121.4699.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=11.59%
G=56.52%
B=31.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678440.7900.440.69147.165.9618.43
Hex104E2C4F02C45934212
Octal201165411705410522310222
Binary10000100111010110010011110101100100010110010011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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