#104126

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

Shades of Zuccini #104126

Tints of Zuccini #104126

Color information

#104126 (or 0x104126) is unknown color: approx Zuccini. HEX triplet: 10, 41 and 26. RGB value is (16,65,38). Sum of RGB (Red+Green+Blue) = 16+65+38=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #104126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104126 is #EFBED9. Grayscale: #2F2F2F. Windows color (decimal): -15711962 or 2507024. OLE color: 2507024.

HSL color Cylindrical-coordinate representation of color #104126: hue angle of 146.94º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104126 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB166538-
CMYK0.7500.420.75
HSL146.94º60.49%15.88%-
HSV(B)146.94º75.38%25.49%-
XYZ2.454.032.48-
YUV47.27122.77105.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=13.45%
G=54.62%
B=31.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665380.7500.420.75146.9460.4915.88
Hex1041264B02A4B933c10
Octal20101461130521132237420
Binary1000010000011001101001011010101010010111001001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104126; }

 p { color: rgb(16,65,38); }

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

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

 a { background-color: rgb(16,65,38); }

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

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

 span { border-color: rgb(16,65,38); }

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