#104B12

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

Shades of Myrtle #104B12

Tints of Myrtle #104B12

Color information

#104B12 (or 0x104B12) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 12. RGB value is (16,75,18). Sum of RGB (Red+Green+Blue) = 16+75+18=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #104B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B12 is #EFB4ED. Grayscale: #333333. Windows color (decimal): -15709422 or 1198864. OLE color: 1198864.

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

Color convert

RGB167518-
CMYK0.7900.760.71
HSL122.03º64.84%17.84%-
HSV(B)122.03º78.67%29.41%-
XYZ2.845.191.42-
YUV50.86109.45103.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 75 (29.69% from 255) = 68.81%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=14.68%
G=68.81%
B=16.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675180.7900.760.71122.0364.8417.84
Hex104B124F04C477a4112
Octal2011322117011410717210122
Binary1000010010111001010011110100110010001111111010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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