Html Css Color HEX #104A0D Myrtle

📋 copy color: '#104A0D'

red 16 ◦ green 74 ◦ blue 13

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

Shades of Myrtle #104A0D

Tints of Myrtle #104A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 71.84%

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 15.53%
G = 71.84%
B = 12.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#104A0D (or 0x104A0D) is known color: Myrtle. HEX triplet: 10, 4A and 0D. RGB value is (16,74,13). Sum of RGB (Red+Green+Blue) = 16+74+13=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 74 (29.30% from 255 or 71.84% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 74 - color contains mainly: green. Hex color #104A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A0D is #EFB5F2. Grayscale: #313131. Windows color (decimal): -15709683 or 870928. OLE color: 870928.

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

Color convert

RGB 16 74 13 -
CMYK 0.78 0 0.82 0.71
HSL 117.05º 0.7% 0.17% -
HSV(B) 117.05º 0.82% 0.29% -
XYZ 2.74 5.04 1.21 -
YUV 49.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 16 74 13 0.78 0 0.82 0.71 117.05 0.7 0.17
Hex 10 4A D 4E 0 52 47 75 46 11
Octal 20 112 15 116 0 122 107 165 106 21
Binary 10000 1001010 1101 1001110 0 1010010 1000111 1110101 1000110 10001

Color Harmonies of #104A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A0D

Black with #104A0D

Text Example


Text Example

White with #104A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104A0D; }

 p { color: rgb(16,74,13); }

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

background-color css

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

 a { background-color: rgb(16,74,13); }

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

border-color css

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

 span { border-color: rgb(16,74,13); }

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