#104D04

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

Shades of Myrtle #104D04

Tints of Myrtle #104D04

Color information

#104D04 (or 0x104D04) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 04. RGB value is (16,77,4). Sum of RGB (Red+Green+Blue) = 16+77+4=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 77 (30.47% from 255 or 79.38% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 77 - color contains mainly: green. Hex color #104D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D04 is #EFB2FB. Grayscale: #323232. Windows color (decimal): -15708924 or 281872. OLE color: 281872.

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

Color convert

RGB16774-
CMYK0.7900.950.70
HSL110.14º90.12%15.88%-
HSV(B)110.14º94.81%30.2%-
XYZ2.895.431.01-
YUV50.44101.79103.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 77 (30.47% from 255) = 79.38%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=16.49%
G=79.38%
B=4.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167740.7900.950.70110.1490.1215.88
Hex104D44F05F466e5a10
Octal201154117013710615613220
Binary10000100110110010011110101111110001101101110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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