#104B2C

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

Shades of Zuccini #104B2C

Tints of Zuccini #104B2C

Color information

#104B2C (or 0x104B2C) is unknown color: approx Zuccini. HEX triplet: 10, 4B and 2C. RGB value is (16,75,44). Sum of RGB (Red+Green+Blue) = 16+75+44=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #104B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B2C is #EFB4D3. Grayscale: #353535. Windows color (decimal): -15709396 or 2902800. OLE color: 2902800.

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

Color convert

RGB167544-
CMYK0.7900.410.71
HSL148.47º64.84%17.84%-
HSV(B)148.47º78.67%29.41%-
XYZ3.185.323.24-
YUV53.82122.45101.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 75 (29.69% from 255) = 55.56%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=11.85%
G=55.56%
B=32.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675440.7900.410.71148.4764.8417.84
Hex104B2C4F02947944112
Octal201135411705110722410122
Binary10000100101110110010011110101001100011110010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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