#104A04

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

Shades of Myrtle #104A04

Tints of Myrtle #104A04

Color information

#104A04 (or 0x104A04) is unknown color: approx Myrtle. HEX triplet: 10, 4A and 04. RGB value is (16,74,4). Sum of RGB (Red+Green+Blue) = 16+74+4=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #104A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A04 is #EFB5FB. Grayscale: #303030. Windows color (decimal): -15709692 or 281104. OLE color: 281104.

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

Color convert

RGB16744-
CMYK0.7800.950.71
HSL109.71º89.74%15.29%-
HSV(B)109.71º94.59%29.02%-
XYZ2.685.020.94-
YUV48.68102.78104.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 74 (29.30% from 255) = 78.72%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=17.02%
G=78.72%
B=4.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal167440.7800.950.71109.7189.7415.29
Hex104A44E05F476e5af
Octal201124116013710715613217
Binary1000010010101001001110010111111000111110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,74,4); }

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

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

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

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

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

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

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