#104E2D

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

Shades of Zuccini #104E2D

Tints of Zuccini #104E2D

Color information

#104E2D (or 0x104E2D) is unknown color: approx Zuccini. HEX triplet: 10, 4E and 2D. RGB value is (16,78,45). Sum of RGB (Red+Green+Blue) = 16+78+45=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2D is #EFB1D2. Grayscale: #373737. Windows color (decimal): -15708627 or 2969104. OLE color: 2969104.

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

Color convert

RGB167845-
CMYK0.7900.420.69
HSL148.06º65.96%18.43%-
HSV(B)148.06º79.49%30.59%-
XYZ3.415.753.41-
YUV55.7121.9699.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 78 (30.86% from 255) = 56.12%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=11.51%
G=56.12%
B=32.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678450.7900.420.69148.0665.9618.43
Hex104E2D4F02A45944212
Octal201165511705210522410222
Binary10000100111010110110011110101010100010110010100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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