#104725

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

Shades of Zuccini #104725

Tints of Zuccini #104725

Color information

#104725 (or 0x104725) is unknown color: approx Zuccini. HEX triplet: 10, 47 and 25. RGB value is (16,71,37). Sum of RGB (Red+Green+Blue) = 16+71+37=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #104725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104725 is #EFB8DA. Grayscale: #323232. Windows color (decimal): -15710427 or 2443024. OLE color: 2443024.

HSL color Cylindrical-coordinate representation of color #104725: hue angle of 142.91º 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 #104725 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB167137-
CMYK0.7700.480.72
HSL142.91º63.22%17.06%-
HSV(B)142.91º77.46%27.84%-
XYZ2.84.752.52-
YUV50.68120.28103.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 71 (28.12% from 255) = 57.26%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=12.90%
G=57.26%
B=29.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1671370.7700.480.72142.9163.2217.06
Hex1047254D030488f3f11
Octal20107451150601102177721
Binary1000010001111001011001101011000010010001000111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104725; }

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

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

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

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

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

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

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

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