Html Css Color HEX #134714 Myrtle

📋 copy color: '#134714'

red 19 ◦ green 71 ◦ blue 20

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

Shades of Myrtle #134714

Tints of Myrtle #134714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.18%

R = 17.27%
G = 64.55%
B = 18.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#134714 (or 0x134714) is known color: Myrtle. HEX triplet: 13, 47 and 14. RGB value is (19,71,20). Sum of RGB (Red+Green+Blue) = 19+71+20=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #134714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134714 is #ECB8EB. Grayscale: #313131. Windows color (decimal): -15513836 or 1328915. OLE color: 1328915.

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

Color convert

RGB 19 71 20 -
CMYK 0.73 0 0.72 0.72
HSL 121.15º 0.58% 0.18% -
HSV(B) 121.15º 0.73% 0.28% -
XYZ 2.65 4.7 1.43 -
YUV 49.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 19 71 20 0.73 0 0.72 0.72 121.15 0.58 0.18
Hex 13 47 14 49 0 48 48 79 3A 12
Octal 23 107 24 111 0 110 110 171 72 22
Binary 10011 1000111 10100 1001001 0 1001000 1001000 1111001 111010 10010

Color Harmonies of #134714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134714

Black with #134714

Text Example


Text Example

White with #134714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134714; }

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

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

background-color css

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

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

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

border-color css

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

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

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