#104827

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

Shades of Zuccini #104827

Tints of Zuccini #104827

Color information

#104827 (or 0x104827) is unknown color: approx Zuccini. HEX triplet: 10, 48 and 27. RGB value is (16,72,39). Sum of RGB (Red+Green+Blue) = 16+72+39=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #104827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104827 is #EFB7D8. Grayscale: #333333. Windows color (decimal): -15710169 or 2574352. OLE color: 2574352.

HSL color Cylindrical-coordinate representation of color #104827: hue angle of 144.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104827 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB167239-
CMYK0.7800.460.72
HSL144.64º63.64%17.25%-
HSV(B)144.64º77.78%28.24%-
XYZ2.94.892.71-
YUV51.49120.95102.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=12.60%
G=56.69%
B=30.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672390.7800.460.72144.6463.6417.25
Hex1048274E02E48914011
Octal201104711605611022110021
Binary10000100100010011110011100101110100100010010001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104827; }

 p { color: rgb(16,72,39); }

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

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

 a { background-color: rgb(16,72,39); }

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

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

 span { border-color: rgb(16,72,39); }

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