#104727

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

Shades of Zuccini #104727

Tints of Zuccini #104727

Color information

#104727 (or 0x104727) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 27. RGB value is (16,71,39). Sum of RGB (Red+Green+Blue) = 16+71+39=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #104727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104727 is #EFB8D8. Grayscale: #323232. Windows color (decimal): -15710425 or 2574096. OLE color: 2574096.

HSL color Cylindrical-coordinate representation of color #104727: hue angle of 145.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104727 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB167139-
CMYK0.7700.450.72
HSL145.09º63.22%17.06%-
HSV(B)145.09º77.46%27.84%-
XYZ2.834.762.69-
YUV50.91121.28103.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=12.70%
G=56.35%
B=30.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671390.7700.450.72145.0963.2217.06
Hex1047274D02D48913f11
Octal20107471150551102217721
Binary1000010001111001111001101010110110010001001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104727; }

 p { color: rgb(16,71,39); }

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

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

 a { background-color: rgb(16,71,39); }

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

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

 span { border-color: rgb(16,71,39); }

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