#104425

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

Shades of Zuccini #104425

Tints of Zuccini #104425

Color information

#104425 (or 0x104425) is unknown color: approx Zuccini. HEX triplet: 10, 44 and 25. RGB value is (16,68,37). Sum of RGB (Red+Green+Blue) = 16+68+37=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #104425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104425 is #EFBBDA. Grayscale: #303030. Windows color (decimal): -15711195 or 2442256. OLE color: 2442256.

HSL color Cylindrical-coordinate representation of color #104425: hue angle of 144.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104425 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB166837-
CMYK0.7600.460.73
HSL144.23º61.9%16.47%-
HSV(B)144.23º76.47%26.67%-
XYZ2.614.382.46-
YUV48.92121.27104.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.22%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=13.22%
G=56.20%
B=30.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668370.7600.460.73144.2361.916.47
Hex1044254C02E49903e10
Octal20104451140561112207620
Binary1000010001001001011001100010111010010011001000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104425; }

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

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

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

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

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

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

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

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