#104E28

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

Shades of Zuccini #104E28

Tints of Zuccini #104E28

Color information

#104E28 (or 0x104E28) is unknown color: approx Zuccini. HEX triplet: 10, 4E and 28. RGB value is (16,78,40). Sum of RGB (Red+Green+Blue) = 16+78+40=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #104E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E28 is #EFB1D7. Grayscale: #373737. Windows color (decimal): -15708632 or 2641424. OLE color: 2641424.

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

Color convert

RGB167840-
CMYK0.7900.490.69
HSL143.23º65.96%18.43%-
HSV(B)143.23º79.49%30.59%-
XYZ3.325.712.93-
YUV55.13119.46100.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 78 (30.86% from 255) = 58.21%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=11.94%
G=58.21%
B=29.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678400.7900.490.69143.2365.9618.43
Hex104E284F031458f4212
Octal201165011706110521710222
Binary10000100111010100010011110110001100010110001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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