#104009

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

Shades of Myrtle #104009

Tints of Myrtle #104009

Color information

#104009 (or 0x104009) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 09. RGB value is (16,64,9). Sum of RGB (Red+Green+Blue) = 16+64+9=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #104009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104009 is #EFBFF6. Grayscale: #2B2B2B. Windows color (decimal): -15712247 or 606224. OLE color: 606224.

HSL color Cylindrical-coordinate representation of color #104009: hue angle of 112.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104009 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB16649-
CMYK0.7500.860.75
HSL112.36º75.34%14.31%-
HSV(B)112.36º85.94%25.1%-
XYZ2.13.80.88-
YUV43.38108.6108.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=17.98%
G=71.91%
B=10.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal166490.7500.860.75112.3675.3414.31
Hex104094B0564B704be
Octal2010011113012611316011316
Binary10000100000010011001011010101101001011111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104009; }

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

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

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

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

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

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

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

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