#103A15

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

Shades of Myrtle #103A15

Tints of Myrtle #103A15

Color information

#103A15 (or 0x103A15) is unknown color: approx Myrtle. HEX triplet: 10, 3A and 15. RGB value is (16,58,21). Sum of RGB (Red+Green+Blue) = 16+58+21=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #103A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103A15 is #EFC5EA. Grayscale: #292929. Windows color (decimal): -15713771 or 1391120. OLE color: 1391120.

HSL color Cylindrical-coordinate representation of color #103A15: hue angle of 127.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A15 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB165821-
CMYK0.7200.640.77
HSL127.14º56.76%14.51%-
HSV(B)127.14º72.41%22.75%-
XYZ1.863.191.23-
YUV41.22116.59110.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 58 (23.05% from 255) = 61.05%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=16.84%
G=61.05%
B=22.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658210.7200.640.77127.1456.7614.51
Hex103A15480404D7f39f
Octal20722511001001151777117
Binary1000011101010101100100001000000100110111111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A15; }

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

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

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

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

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

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

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

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