Html Css Color HEX #134709 Myrtle

📋 copy color: '#134709'

red 19 ◦ green 71 ◦ blue 9

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

Shades of Myrtle #134709

Tints of Myrtle #134709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.09%

R = 19.19%
G = 71.72%
B = 9.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#134709 (or 0x134709) is known color: Myrtle. HEX triplet: 13, 47 and 09. RGB value is (19,71,9). Sum of RGB (Red+Green+Blue) = 19+71+9=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #134709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134709 is #ECB8F6. Grayscale: #303030. Windows color (decimal): -15513847 or 608019. OLE color: 608019.

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

Color convert

RGB 19 71 9 -
CMYK 0.73 0 0.87 0.72
HSL 110.32º 0.78% 0.16% -
HSV(B) 110.32º 0.87% 0.28% -
XYZ 2.57 4.66 1.02 -
YUV 48.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 19 71 9 0.73 0 0.87 0.72 110.32 0.78 0.16
Hex 13 47 9 49 0 57 48 6E 4E 10
Octal 23 107 11 111 0 127 110 156 116 20
Binary 10011 1000111 1001 1001001 0 1010111 1001000 1101110 1001110 10000

Color Harmonies of #134709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134709

Black with #134709

Text Example


Text Example

White with #134709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134709; }

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

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

background-color css

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

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

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

border-color css

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

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

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