#104D03

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

Shades of Myrtle #104D03

Tints of Myrtle #104D03

Color information

#104D03 (or 0x104D03) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 03. RGB value is (16,77,3). Sum of RGB (Red+Green+Blue) = 16+77+3=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #104D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D03 is #EFB2FC. Grayscale: #323232. Windows color (decimal): -15708925 or 216336. OLE color: 216336.

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

Color convert

RGB16773-
CMYK0.7900.960.70
HSL109.46º92.5%15.69%-
HSV(B)109.46º96.1%30.2%-
XYZ2.885.420.98-
YUV50.32101.29103.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 77 (30.47% from 255) = 80.21%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=16.67%
G=80.21%
B=3.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167730.7900.960.70109.4692.515.69
Hex104D34F060466d5c10
Octal201153117014010615513420
Binary1000010011011110011110110000010001101101101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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