#103E13

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

Shades of Myrtle #103E13

Tints of Myrtle #103E13

Color information

#103E13 (or 0x103E13) is unknown color: approx Myrtle. HEX triplet: 10, 3E and 13. RGB value is (16,62,19). Sum of RGB (Red+Green+Blue) = 16+62+19=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #103E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E13 is #EFC1EC. Grayscale: #2B2B2B. Windows color (decimal): -15712749 or 1261072. OLE color: 1261072.

HSL color Cylindrical-coordinate representation of color #103E13: hue angle of 123.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E13 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB166219-
CMYK0.7400.690.76
HSL123.91º58.97%15.29%-
HSV(B)123.91º74.19%24.31%-
XYZ2.053.61.2-
YUV43.34114.26108.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=16.49%
G=63.92%
B=19.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662190.7400.690.76123.9158.9715.29
Hex103E134A0454C7c3bf
Octal20762311201051141747317
Binary1000011111010011100101001000101100110011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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