Html Css Color HEX #103E13 Myrtle

📋 copy color: '#103E13'

red 16 ◦ green 62 ◦ blue 19

#103E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #103E13

Tints of Myrtle #103E13

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 value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#103E13 (or 0x103E13) is known color: 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

RGB 16 62 19 -
CMYK 0.74 0 0.69 0.76
HSL 123.91º 0.59% 0.15% -
HSV(B) 123.91º 0.74% 0.24% -
XYZ 2.05 3.6 1.2 -
YUV 43.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 16 62 19 0.74 0 0.69 0.76 123.91 0.59 0.15
Hex 10 3E 13 4A 0 45 4C 7C 3B F
Octal 20 76 23 112 0 105 114 174 73 17
Binary 10000 111110 10011 1001010 0 1000101 1001100 1111100 111011 1111

Color Harmonies of #103E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E13

Black with #103E13

Text Example


Text Example

White with #103E13

Text Example


Text Example

HTML Codes & Css Web 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>