Html Css Color HEX #134D11 Myrtle

📋 copy color: '#134D11'

red 19 ◦ green 77 ◦ blue 17

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

Shades of Myrtle #134D11

Tints of Myrtle #134D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 16.81%
G = 68.14%
B = 15.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#134D11 (or 0x134D11) is known color: Myrtle. HEX triplet: 13, 4D and 11. RGB value is (19,77,17). Sum of RGB (Red+Green+Blue) = 19+77+17=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #134D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D11 is #ECB2EE. Grayscale: #353535. Windows color (decimal): -15512303 or 1133843. OLE color: 1133843.

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

Color convert

RGB 19 77 17 -
CMYK 0.75 0 0.78 0.70
HSL 118º 0.64% 0.18% -
HSV(B) 118º 0.78% 0.3% -
XYZ 3.02 5.49 1.43 -
YUV 52.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 19 77 17 0.75 0 0.78 0.70 118 0.64 0.18
Hex 13 4D 11 4B 0 4E 46 76 40 12
Octal 23 115 21 113 0 116 106 166 100 22
Binary 10011 1001101 10001 1001011 0 1001110 1000110 1110110 1000000 10010

Color Harmonies of #134D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D11

Black with #134D11

Text Example


Text Example

White with #134D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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