#104C2E

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

Shades of Zuccini #104C2E

Tints of Zuccini #104C2E

Color information

#104C2E (or 0x104C2E) is unknown color: approx Zuccini. HEX triplet: 10, 4C and 2E. RGB value is (16,76,46). Sum of RGB (Red+Green+Blue) = 16+76+46=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #104C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C2E is #EFB3D1. Grayscale: #363636. Windows color (decimal): -15709138 or 3034128. OLE color: 3034128.

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

Color convert

RGB167646-
CMYK0.7900.390.70
HSL150º65.22%18.04%-
HSV(B)150º78.95%29.8%-
XYZ3.295.483.47-
YUV54.64123.12100.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 76 (30.08% from 255) = 55.07%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=11.59%
G=55.07%
B=33.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676460.7900.390.7015065.2218.04
Hex104C2E4F02746964112
Octal201145611704710622610122
Binary10000100110010111010011110100111100011010010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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