#104C00

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

Shades of Myrtle #104C00

Tints of Myrtle #104C00

Color information

#104C00 (or 0x104C00) is unknown color: approx Myrtle. HEX triplet: 10, 4C and 00. RGB value is (16,76,0). Sum of RGB (Red+Green+Blue) = 16+76+0=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 76 (30.08% from 255 or 82.61% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 76 - color contains mainly: green. Hex color #104C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C00 is #EFB3FF. Grayscale: #313131. Windows color (decimal): -15709184 or 19472. OLE color: 19472.

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

Color convert

RGB16760-
CMYK0.79010.70
HSL107.37º100%14.9%-
HSV(B)107.37º100%29.8%-
XYZ2.85.280.87-
YUV49.4100.12104.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.39%
GREEN value IS 76 (30.08% from 255) = 82.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.39%
G=82.61%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167600.79010.70107.3710014.9
Hex104C04F064466b64f
Octal201140117014410615314417
Binary10000100110001001111011001001000110110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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