#104B2B

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

Shades of Zuccini #104B2B

Tints of Zuccini #104B2B

Color information

#104B2B (or 0x104B2B) is unknown color: approx Zuccini. HEX triplet: 10, 4B and 2B. RGB value is (16,75,43). Sum of RGB (Red+Green+Blue) = 16+75+43=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #104B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B2B is #EFB4D4. Grayscale: #353535. Windows color (decimal): -15709397 or 2837264. OLE color: 2837264.

HSL color Cylindrical-coordinate representation of color #104B2B: hue angle of 147.46º 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 #104B2B is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB167543-
CMYK0.7900.430.71
HSL147.46º64.84%17.84%-
HSV(B)147.46º78.67%29.41%-
XYZ3.175.323.14-
YUV53.71121.95101.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=11.94%
G=55.97%
B=32.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675430.7900.430.71147.4664.8417.84
Hex104B2B4F02B47934112
Octal201135311705310722310122
Binary10000100101110101110011110101011100011110010011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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