#104D25

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

Shades of Zuccini #104D25

Tints of Zuccini #104D25

Color information

#104D25 (or 0x104D25) is unknown color: approx Zuccini. HEX triplet: 10, 4D and 25. RGB value is (16,77,37). Sum of RGB (Red+Green+Blue) = 16+77+37=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #104D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D25 is #EFB2DA. Grayscale: #363636. Windows color (decimal): -15708891 or 2444560. OLE color: 2444560.

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

Color convert

RGB167737-
CMYK0.7900.520.70
HSL140.66º65.59%18.24%-
HSV(B)140.66º79.22%30.2%-
XYZ3.25.552.65-
YUV54.2118.29100.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 77 (30.47% from 255) = 59.23%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=12.31%
G=59.23%
B=28.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677370.7900.520.70140.6665.5918.24
Hex104D254F034468d4212
Octal201154511706410621510222
Binary10000100110110010110011110110100100011010001101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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