Html Css Color HEX #104913 Myrtle

📋 copy color: '#104913'

red 16 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #104913

Tints of Myrtle #104913

RGB

 RED value IS 16 (6.64% from 255) = 14.81%

 GREEN value IS 73 (28.91% from 255) = 67.59%

 BLUE value IS 19 (7.81% from 255) = 17.59%

R = 14.81%
G = 67.59%
B = 17.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#104913 (or 0x104913) is known color: Myrtle. HEX triplet: 10, 49 and 13. RGB value is (16,73,19). Sum of RGB (Red+Green+Blue) = 16+73+19=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #104913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104913 is #EFB6EC. Grayscale: #313131. Windows color (decimal): -15709933 or 1263888. OLE color: 1263888.

HSL color Cylindrical-coordinate representation of color #104913: hue angle of 123.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104913 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 73 19 -
CMYK 0.78 0 0.74 0.71
HSL 123.16º 0.64% 0.17% -
HSV(B) 123.16º 0.78% 0.29% -
XYZ 2.71 4.92 1.42 -
YUV 49.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 16 73 19 0.78 0 0.74 0.71 123.16 0.64 0.17
Hex 10 49 13 4E 0 4A 47 7B 40 11
Octal 20 111 23 116 0 112 107 173 100 21
Binary 10000 1001001 10011 1001110 0 1001010 1000111 1111011 1000000 10001

Color Harmonies of #104913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104913

Black with #104913

Text Example


Text Example

White with #104913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104913; }

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

 H1.HeaderClassName
 {
   color: #104913;
 }
 .AnyTagClassName
 {
   color: #104913;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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