Html Css Color HEX #104513 Myrtle

📋 copy color: '#104513'

red 16 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #104513

Tints of Myrtle #104513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 66.35%

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

R = 15.38%
G = 66.35%
B = 18.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#104513 (or 0x104513) is known color: Myrtle. HEX triplet: 10, 45 and 13. RGB value is (16,69,19). Sum of RGB (Red+Green+Blue) = 16+69+19=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #104513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104513 is #EFBAEC. Grayscale: #2F2F2F. Windows color (decimal): -15710957 or 1262864. OLE color: 1262864.

HSL color Cylindrical-coordinate representation of color #104513: hue angle of 123.4º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104513 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 69 19 -
CMYK 0.77 0 0.72 0.73
HSL 123.4º 0.62% 0.17% -
HSV(B) 123.4º 0.77% 0.27% -
XYZ 2.46 4.41 1.34 -
YUV 47.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 16 69 19 0.77 0 0.72 0.73 123.4 0.62 0.17
Hex 10 45 13 4D 0 48 49 7B 3E 11
Octal 20 105 23 115 0 110 111 173 76 21
Binary 10000 1000101 10011 1001101 0 1001000 1001001 1111011 111110 10001

Color Harmonies of #104513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104513

Black with #104513

Text Example


Text Example

White with #104513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104513; }

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

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

background-color css

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

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

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

border-color css

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

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

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