Html Css Color HEX #134D06 Myrtle

📋 copy color: '#134D06'

red 19 ◦ green 77 ◦ blue 6

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

Shades of Myrtle #134D06

Tints of Myrtle #134D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 75.49%

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

R = 18.63%
G = 75.49%
B = 5.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#134D06 (or 0x134D06) is known color: Myrtle. HEX triplet: 13, 4D and 06. RGB value is (19,77,6). Sum of RGB (Red+Green+Blue) = 19+77+6=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #134D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D06 is #ECB2F9. Grayscale: #333333. Windows color (decimal): -15512314 or 412947. OLE color: 412947.

HSL color Cylindrical-coordinate representation of color #134D06: hue angle of 109.01º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134D06 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 6 -
CMYK 0.75 0 0.92 0.70
HSL 109.01º 0.86% 0.16% -
HSV(B) 109.01º 0.92% 0.3% -
XYZ 2.96 5.46 1.07 -
YUV 51.56 102.28 104.77 -
System Red Green Blue C M Y K H S L
Decimal 19 77 6 0.75 0 0.92 0.70 109.01 0.86 0.16
Hex 13 4D 6 4B 0 5C 46 6D 56 10
Octal 23 115 6 113 0 134 106 155 126 20
Binary 10011 1001101 110 1001011 0 1011100 1000110 1101101 1010110 10000

Color Harmonies of #134D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D06

Black with #134D06

Text Example


Text Example

White with #134D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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