#104013

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

Shades of Myrtle #104013

Tints of Myrtle #104013

Color information

#104013 (or 0x104013) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 13. RGB value is (16,64,19). Sum of RGB (Red+Green+Blue) = 16+64+19=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #104013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104013 is #EFBFEC. Grayscale: #2C2C2C. Windows color (decimal): -15712237 or 1261584. OLE color: 1261584.

HSL color Cylindrical-coordinate representation of color #104013: hue angle of 123.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104013 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB166419-
CMYK0.7500.700.75
HSL123.75º60%15.69%-
HSV(B)123.75º75%25.1%-
XYZ2.163.821.24-
YUV44.52113.6107.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=16.16%
G=64.65%
B=19.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664190.7500.700.75123.756015.69
Hex1040134B0464B7c3c10
Octal201002311301061131747420
Binary100001000000100111001011010001101001011111110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104013; }

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

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

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

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

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

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

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

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