#104B30

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

Shades of Zuccini #104B30

Tints of Zuccini #104B30

Color information

#104B30 (or 0x104B30) is unknown color: approx Zuccini. HEX triplet: 10, 4B and 30. RGB value is (16,75,48). Sum of RGB (Red+Green+Blue) = 16+75+48=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #104B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B30 is #EFB4CF. Grayscale: #363636. Windows color (decimal): -15709392 or 3164944. OLE color: 3164944.

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

Color convert

RGB167548-
CMYK0.7900.360.71
HSL152.54º64.84%17.84%-
HSV(B)152.54º78.67%29.41%-
XYZ3.265.363.66-
YUV54.28124.45100.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=11.51%
G=53.96%
B=34.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675480.7900.360.71152.5464.8417.84
Hex104B304F02447994112
Octal201136011704410723110122
Binary10000100101111000010011110100100100011110011001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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