Html Css Color HEX #134609 Myrtle

📋 copy color: '#134609'

red 19 ◦ green 70 ◦ blue 9

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

Shades of Myrtle #134609

Tints of Myrtle #134609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 71.43%

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

R = 19.39%
G = 71.43%
B = 9.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#134609 (or 0x134609) is known color: Myrtle. HEX triplet: 13, 46 and 09. RGB value is (19,70,9). Sum of RGB (Red+Green+Blue) = 19+70+9=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #134609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134609 is #ECB9F6. Grayscale: #2F2F2F. Windows color (decimal): -15514103 or 607763. OLE color: 607763.

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

Color convert

RGB 19 70 9 -
CMYK 0.73 0 0.87 0.73
HSL 110.16º 0.77% 0.15% -
HSV(B) 110.16º 0.87% 0.27% -
XYZ 2.51 4.54 1 -
YUV 47.8 106.1 107.46 -
System Red Green Blue C M Y K H S L
Decimal 19 70 9 0.73 0 0.87 0.73 110.16 0.77 0.15
Hex 13 46 9 49 0 57 49 6E 4D F
Octal 23 106 11 111 0 127 111 156 115 17
Binary 10011 1000110 1001 1001001 0 1010111 1001001 1101110 1001101 1111

Color Harmonies of #134609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134609

Black with #134609

Text Example


Text Example

White with #134609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134609; }

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

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

background-color css

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

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

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

border-color css

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

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

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