#104B10

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

Shades of Myrtle #104B10

Tints of Myrtle #104B10

Color information

#104B10 (or 0x104B10) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 10. RGB value is (16,75,16). Sum of RGB (Red+Green+Blue) = 16+75+16=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #104B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B10 is #EFB4EF. Grayscale: #323232. Windows color (decimal): -15709424 or 1067792. OLE color: 1067792.

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

Color convert

RGB167516-
CMYK0.7900.790.71
HSL120º64.84%17.84%-
HSV(B)120º78.67%29.41%-
XYZ2.825.181.34-
YUV50.63108.45103.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 75 (29.69% from 255) = 70.09%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=14.95%
G=70.09%
B=14.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675160.7900.790.7112064.8417.84
Hex104B104F04F47784112
Octal2011320117011710717010122
Binary1000010010111000010011110100111110001111111000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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