#104B16

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

Shades of Myrtle #104B16

Tints of Myrtle #104B16

Color information

#104B16 (or 0x104B16) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 16. RGB value is (16,75,22). Sum of RGB (Red+Green+Blue) = 16+75+22=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 75 (29.69% from 255 or 66.37% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 75 - color contains mainly: green. Hex color #104B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B16 is #EFB4E9. Grayscale: #333333. Windows color (decimal): -15709418 or 1461008. OLE color: 1461008.

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

Color convert

RGB167522-
CMYK0.7900.710.71
HSL126.1º64.84%17.84%-
HSV(B)126.1º78.67%29.41%-
XYZ2.875.21.61-
YUV51.32111.45102.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 75 (29.69% from 255) = 66.37%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=14.16%
G=66.37%
B=19.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675220.7900.710.71126.164.8417.84
Hex104B164F047477e4112
Octal2011326117010710717610122
Binary1000010010111011010011110100011110001111111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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