Html Css Color HEX #134711 Myrtle

📋 copy color: '#134711'

red 19 ◦ green 71 ◦ blue 17

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

Shades of Myrtle #134711

Tints of Myrtle #134711

RGB

 RED value IS 19 (7.81% from 255) = 17.76%

 GREEN value IS 71 (28.13% from 255) = 66.36%

 BLUE value IS 17 (7.03% from 255) = 15.89%

R = 17.76%
G = 66.36%
B = 15.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#134711 (or 0x134711) is known color: Myrtle. HEX triplet: 13, 47 and 11. RGB value is (19,71,17). Sum of RGB (Red+Green+Blue) = 19+71+17=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #134711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134711 is #ECB8EE. Grayscale: #313131. Windows color (decimal): -15513839 or 1132307. OLE color: 1132307.

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

Color convert

RGB 19 71 17 -
CMYK 0.73 0 0.76 0.72
HSL 117.78º 0.61% 0.17% -
HSV(B) 117.78º 0.76% 0.28% -
XYZ 2.62 4.69 1.3 -
YUV 49.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 19 71 17 0.73 0 0.76 0.72 117.78 0.61 0.17
Hex 13 47 11 49 0 4C 48 76 3D 11
Octal 23 107 21 111 0 114 110 166 75 21
Binary 10011 1000111 10001 1001001 0 1001100 1001000 1110110 111101 10001

Color Harmonies of #134711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134711

Black with #134711

Text Example


Text Example

White with #134711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134711; }

 p { color: rgb(19,71,17); }

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

background-color css

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

 a { background-color: rgb(19,71,17); }

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

border-color css

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

 span { border-color: rgb(19,71,17); }

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