Html Css Color HEX #104A13 Myrtle

📋 copy color: '#104A13'

red 16 ◦ green 74 ◦ blue 19

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

Shades of Myrtle #104A13

Tints of Myrtle #104A13

RGB

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

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

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

R = 14.68%
G = 67.89%
B = 17.43%

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

#104A13 (or 0x104A13) is known color: Myrtle. HEX triplet: 10, 4A and 13. RGB value is (16,74,19). Sum of RGB (Red+Green+Blue) = 16+74+19=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #104A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A13 is #EFB5EC. Grayscale: #323232. Windows color (decimal): -15709677 or 1264144. OLE color: 1264144.

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

Color convert

RGB 16 74 19 -
CMYK 0.78 0 0.74 0.71
HSL 123.1º 0.64% 0.18% -
HSV(B) 123.1º 0.78% 0.29% -
XYZ 2.78 5.05 1.45 -
YUV 50.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 16 74 19 0.78 0 0.74 0.71 123.1 0.64 0.18
Hex 10 4A 13 4E 0 4A 47 7B 40 12
Octal 20 112 23 116 0 112 107 173 100 22
Binary 10000 1001010 10011 1001110 0 1001010 1000111 1111011 1000000 10010

Color Harmonies of #104A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A13

Black with #104A13

Text Example


Text Example

White with #104A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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