Html Css Color HEX #134712 Myrtle

📋 copy color: '#134712'

red 19 ◦ green 71 ◦ blue 18

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

Shades of Myrtle #134712

Tints of Myrtle #134712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.67%

R = 17.59%
G = 65.74%
B = 16.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#134712 (or 0x134712) is known color: Myrtle. HEX triplet: 13, 47 and 12. RGB value is (19,71,18). Sum of RGB (Red+Green+Blue) = 19+71+18=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #134712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134712 is #ECB8ED. Grayscale: #313131. Windows color (decimal): -15513838 or 1197843. OLE color: 1197843.

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

Color convert

RGB 19 71 18 -
CMYK 0.73 0 0.75 0.72
HSL 118.87º 0.6% 0.17% -
HSV(B) 118.87º 0.75% 0.28% -
XYZ 2.63 4.69 1.34 -
YUV 49.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 19 71 18 0.73 0 0.75 0.72 118.87 0.6 0.17
Hex 13 47 12 49 0 4B 48 77 3C 11
Octal 23 107 22 111 0 113 110 167 74 21
Binary 10011 1000111 10010 1001001 0 1001011 1001000 1110111 111100 10001

Color Harmonies of #134712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134712

Black with #134712

Text Example


Text Example

White with #134712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134712; }

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

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

background-color css

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

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

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

border-color css

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

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

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