Html Css Color HEX #134806 Myrtle

📋 copy color: '#134806'

red 19 ◦ green 72 ◦ blue 6

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

Shades of Myrtle #134806

Tints of Myrtle #134806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 74.23%

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 19.59%
G = 74.23%
B = 6.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#134806 (or 0x134806) is known color: Myrtle. HEX triplet: 13, 48 and 06. RGB value is (19,72,6). Sum of RGB (Red+Green+Blue) = 19+72+6=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 72 (28.52% from 255 or 74.23% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 72 - color contains mainly: green. Hex color #134806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134806 is #ECB7F9. Grayscale: #303030. Windows color (decimal): -15513594 or 411667. OLE color: 411667.

HSL color Cylindrical-coordinate representation of color #134806: hue angle of 108.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134806 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 6 -
CMYK 0.74 0 0.92 0.72
HSL 108.18º 0.85% 0.15% -
HSV(B) 108.18º 0.92% 0.28% -
XYZ 2.62 4.79 0.96 -
YUV 48.63 103.94 106.87 -
System Red Green Blue C M Y K H S L
Decimal 19 72 6 0.74 0 0.92 0.72 108.18 0.85 0.15
Hex 13 48 6 4A 0 5C 48 6C 55 F
Octal 23 110 6 112 0 134 110 154 125 17
Binary 10011 1001000 110 1001010 0 1011100 1001000 1101100 1010101 1111

Color Harmonies of #134806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134806

Black with #134806

Text Example


Text Example

White with #134806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134806; }

 p { color: rgb(19,72,6); }

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

background-color css

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

 a { background-color: rgb(19,72,6); }

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

border-color css

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

 span { border-color: rgb(19,72,6); }

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