#104B13

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

Shades of Myrtle #104B13

Tints of Myrtle #104B13

Color information

#104B13 (or 0x104B13) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 13. RGB value is (16,75,19). Sum of RGB (Red+Green+Blue) = 16+75+19=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #104B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B13 is #EFB4EC. Grayscale: #333333. Windows color (decimal): -15709421 or 1264400. OLE color: 1264400.

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

Color convert

RGB167519-
CMYK0.7900.750.71
HSL123.05º64.84%17.84%-
HSV(B)123.05º78.67%29.41%-
XYZ2.855.191.47-
YUV50.97109.95103.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 75 (29.69% from 255) = 68.18%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=14.55%
G=68.18%
B=17.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675190.7900.750.71123.0564.8417.84
Hex104B134F04B477b4112
Octal2011323117011310717310122
Binary1000010010111001110011110100101110001111111011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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