Html Css Color HEX #104C13 Myrtle

📋 copy color: '#104C13'

red 16 ◦ green 76 ◦ blue 19

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

Shades of Myrtle #104C13

Tints of Myrtle #104C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 68.47%

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

R = 14.41%
G = 68.47%
B = 17.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#104C13 (or 0x104C13) is known color: Myrtle. HEX triplet: 10, 4C and 13. RGB value is (16,76,19). Sum of RGB (Red+Green+Blue) = 16+76+19=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 76 (30.08% from 255 or 68.47% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 76 - color contains mainly: green. Hex color #104C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C13 is #EFB3EC. Grayscale: #333333. Windows color (decimal): -15709165 or 1264656. OLE color: 1264656.

HSL color Cylindrical-coordinate representation of color #104C13: hue angle of 123º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C13 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 76 19 -
CMYK 0.79 0 0.75 0.70
HSL 123º 0.65% 0.18% -
HSV(B) 123º 0.79% 0.3% -
XYZ 2.92 5.33 1.49 -
YUV 51.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 16 76 19 0.79 0 0.75 0.70 123 0.65 0.18
Hex 10 4C 13 4F 0 4B 46 7B 41 12
Octal 20 114 23 117 0 113 106 173 101 22
Binary 10000 1001100 10011 1001111 0 1001011 1000110 1111011 1000001 10010

Color Harmonies of #104C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C13

Black with #104C13

Text Example


Text Example

White with #104C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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