#104B00

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

Shades of Myrtle #104B00

Tints of Myrtle #104B00

Color information

#104B00 (or 0x104B00) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 00. RGB value is (16,75,0). Sum of RGB (Red+Green+Blue) = 16+75+0=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 75 (29.69% from 255 or 82.42% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 75 - color contains mainly: green. Hex color #104B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B00 is #EFB4FF. Grayscale: #313131. Windows color (decimal): -15709440 or 19216. OLE color: 19216.

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

Color convert

RGB16750-
CMYK0.79010.71
HSL107.2º100%14.71%-
HSV(B)107.2º100%29.41%-
XYZ2.735.140.85-
YUV48.81100.45104.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 75 (29.69% from 255) = 82.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.58%
G=82.42%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal167500.79010.71107.210014.71
Hex104B04F064476b64f
Octal201130117014410715314417
Binary10000100101101001111011001001000111110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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