Html Css Color HEX #134715 Myrtle

📋 copy color: '#134715'

red 19 ◦ green 71 ◦ blue 21

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

Shades of Myrtle #134715

Tints of Myrtle #134715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.92%

R = 17.12%
G = 63.96%
B = 18.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#134715 (or 0x134715) is known color: Myrtle. HEX triplet: 13, 47 and 15. RGB value is (19,71,21). Sum of RGB (Red+Green+Blue) = 19+71+21=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #134715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134715 is #ECB8EA. Grayscale: #313131. Windows color (decimal): -15513835 or 1394451. OLE color: 1394451.

HSL color Cylindrical-coordinate representation of color #134715: hue angle of 122.31º 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 #134715 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 21 -
CMYK 0.73 0 0.70 0.72
HSL 122.31º 0.58% 0.18% -
HSV(B) 122.31º 0.73% 0.28% -
XYZ 2.66 4.7 1.48 -
YUV 49.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 19 71 21 0.73 0 0.70 0.72 122.31 0.58 0.18
Hex 13 47 15 49 0 46 48 7A 3A 12
Octal 23 107 25 111 0 106 110 172 72 22
Binary 10011 1000111 10101 1001001 0 1000110 1001000 1111010 111010 10010

Color Harmonies of #134715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134715

Black with #134715

Text Example


Text Example

White with #134715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134715; }

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

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

background-color css

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

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

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

border-color css

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

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

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