Html Css Color HEX #134D0A Myrtle

📋 copy color: '#134D0A'

red 19 ◦ green 77 ◦ blue 10

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

Shades of Myrtle #134D0A

Tints of Myrtle #134D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 17.92%
G = 72.64%
B = 9.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#134D0A (or 0x134D0A) is known color: Myrtle. HEX triplet: 13, 4D and 0A. RGB value is (19,77,10). Sum of RGB (Red+Green+Blue) = 19+77+10=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #134D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D0A is #ECB2F5. Grayscale: #343434. Windows color (decimal): -15512310 or 675091. OLE color: 675091.

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

Color convert

RGB 19 77 10 -
CMYK 0.75 0 0.87 0.70
HSL 111.94º 0.77% 0.17% -
HSV(B) 111.94º 0.87% 0.3% -
XYZ 2.98 5.47 1.19 -
YUV 52.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 19 77 10 0.75 0 0.87 0.70 111.94 0.77 0.17
Hex 13 4D A 4B 0 57 46 70 4D 11
Octal 23 115 12 113 0 127 106 160 115 21
Binary 10011 1001101 1010 1001011 0 1010111 1000110 1110000 1001101 10001

Color Harmonies of #134D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D0A

Black with #134D0A

Text Example


Text Example

White with #134D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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