#104831

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

Shades of Zuccini #104831

Tints of Zuccini #104831

Color information

#104831 (or 0x104831) is unknown color: approx Zuccini. HEX triplet: 10, 48 and 31. RGB value is (16,72,49). Sum of RGB (Red+Green+Blue) = 16+72+49=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #104831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104831 is #EFB7CE. Grayscale: #343434. Windows color (decimal): -15710159 or 3229712. OLE color: 3229712.

HSL color Cylindrical-coordinate representation of color #104831: hue angle of 155.36º 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 #104831 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB167249-
CMYK0.7800.320.72
HSL155.36º63.64%17.25%-
HSV(B)155.36º77.78%28.24%-
XYZ3.094.973.7-
YUV52.63125.95101.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=11.68%
G=52.55%
B=35.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672490.7800.320.72155.3663.6417.25
Hex1048314E020489b4011
Octal201106111604011023310021
Binary10000100100011000110011100100000100100010011011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104831; }

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

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

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

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

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

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

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

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