#104015

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

Shades of Myrtle #104015

Tints of Myrtle #104015

Color information

#104015 (or 0x104015) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 15. RGB value is (16,64,21). Sum of RGB (Red+Green+Blue) = 16+64+21=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #104015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104015 is #EFBFEA. Grayscale: #2C2C2C. Windows color (decimal): -15712235 or 1392656. OLE color: 1392656.

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

Color convert

RGB166421-
CMYK0.7500.670.75
HSL126.25º60%15.69%-
HSV(B)126.25º75%25.1%-
XYZ2.183.831.33-
YUV44.75114.6107.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=15.84%
G=63.37%
B=20.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664210.7500.670.75126.256015.69
Hex1040154B0434B7e3c10
Octal201002511301031131767420
Binary100001000000101011001011010000111001011111111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104015; }

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

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

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

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

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

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

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

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