#104900

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

Shades of Myrtle #104900

Tints of Myrtle #104900

Color information

#104900 (or 0x104900) is unknown color: approx Myrtle. HEX triplet: 10, 49 and 00. RGB value is (16,73,0). Sum of RGB (Red+Green+Blue) = 16+73+0=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 73 (28.91% from 255 or 82.02% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 73 - color contains mainly: green. Hex color #104900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104900 is #EFB6FF. Grayscale: #2F2F2F. Windows color (decimal): -15709952 or 18704. OLE color: 18704.

HSL color Cylindrical-coordinate representation of color #104900: hue angle of 106.85º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #104900 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB16730-
CMYK0.78010.71
HSL106.85º100%14.31%-
HSV(B)106.85º100%28.63%-
XYZ2.64.880.8-
YUV47.64101.12105.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 73 (28.91% from 255) = 82.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.98%
G=82.02%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal167300.78010.71106.8510014.31
Hex104904E064476b64e
Octal201110116014410715314416
Binary10000100100101001110011001001000111110101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104900; }

 p { color: rgb(16,73,0); }

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

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

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

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

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

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

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