#104D02

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

Shades of Myrtle #104D02

Tints of Myrtle #104D02

Color information

#104D02 (or 0x104D02) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 02. RGB value is (16,77,2). Sum of RGB (Red+Green+Blue) = 16+77+2=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #104D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D02 is #EFB2FD. Grayscale: #323232. Windows color (decimal): -15708926 or 150800. OLE color: 150800.

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

Color convert

RGB16772-
CMYK0.7900.970.70
HSL108.8º94.94%15.49%-
HSV(B)108.8º97.4%30.2%-
XYZ2.885.420.95-
YUV50.21100.79103.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 77 (30.47% from 255) = 81.05%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=16.84%
G=81.05%
B=2.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167720.7900.970.70108.894.9415.49
Hex104D24F061466d5ff
Octal201152117014110615513717
Binary100001001101101001111011000011000110110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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