#104B25

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

Shades of Zuccini #104B25

Tints of Zuccini #104B25

Color information

#104B25 (or 0x104B25) is unknown color: approx Zuccini. HEX triplet: 10, 4B and 25. RGB value is (16,75,37). Sum of RGB (Red+Green+Blue) = 16+75+37=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 75 (29.69% from 255 or 58.59% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 75 - color contains mainly: green. Hex color #104B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B25 is #EFB4DA. Grayscale: #353535. Windows color (decimal): -15709403 or 2444048. OLE color: 2444048.

HSL color Cylindrical-coordinate representation of color #104B25: hue angle of 141.36º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B25 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB167537-
CMYK0.7900.510.71
HSL141.36º64.84%17.84%-
HSV(B)141.36º78.67%29.41%-
XYZ3.065.282.61-
YUV53.03118.95101.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 58.59%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=12.5%
G=58.59%
B=28.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675370.7900.510.71141.3664.8417.84
Hex104B254F033478d4112
Octal201134511706310721510122
Binary10000100101110010110011110110011100011110001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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