#104C09

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

Shades of Myrtle #104C09

Tints of Myrtle #104C09

Color information

#104C09 (or 0x104C09) is unknown color: approx Myrtle. HEX triplet: 10, 4C and 09. RGB value is (16,76,9). Sum of RGB (Red+Green+Blue) = 16+76+9=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 76 (30.08% from 255 or 75.25% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 76 - color contains mainly: green. Hex color #104C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C09 is #EFB3F6. Grayscale: #323232. Windows color (decimal): -15709175 or 609296. OLE color: 609296.

HSL color Cylindrical-coordinate representation of color #104C09: hue angle of 113.73º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C09 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB16769-
CMYK0.7900.880.70
HSL113.73º78.82%16.67%-
HSV(B)113.73º88.16%29.8%-
XYZ2.855.31.13-
YUV50.42104.62103.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 76 (30.08% from 255) = 75.25%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=15.84%
G=75.25%
B=8.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167690.7900.880.70113.7378.8216.67
Hex104C94F05846724f11
Octal2011411117013010616211721
Binary100001001100100110011110101100010001101110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,76,9); }

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

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

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

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

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

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

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