#104C04

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

Shades of Myrtle #104C04

Tints of Myrtle #104C04

Color information

#104C04 (or 0x104C04) is unknown color: approx Myrtle. HEX triplet: 10, 4C and 04. RGB value is (16,76,4). Sum of RGB (Red+Green+Blue) = 16+76+4=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #104C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C04 is #EFB3FB. Grayscale: #323232. Windows color (decimal): -15709180 or 281616. OLE color: 281616.

HSL color Cylindrical-coordinate representation of color #104C04: hue angle of 110º 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 #104C04 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB16764-
CMYK0.7900.950.70
HSL110º90%15.69%-
HSV(B)110º94.74%29.8%-
XYZ2.825.290.99-
YUV49.85102.12103.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 76 (30.08% from 255) = 79.17%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=16.67%
G=79.17%
B=4.17%

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
Decimal167640.7900.950.701109015.69
Hex104C44F05F466e5a10
Octal201144117013710615613220
Binary10000100110010010011110101111110001101101110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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