Html Css Color HEX #134D0D Myrtle

📋 copy color: '#134D0D'

red 19 ◦ green 77 ◦ blue 13

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

Shades of Myrtle #134D0D

Tints of Myrtle #134D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.93%

R = 17.43%
G = 70.64%
B = 11.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#134D0D (or 0x134D0D) is known color: Myrtle. HEX triplet: 13, 4D and 0D. RGB value is (19,77,13). Sum of RGB (Red+Green+Blue) = 19+77+13=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #134D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D0D is #ECB2F2. Grayscale: #343434. Windows color (decimal): -15512307 or 871699. OLE color: 871699.

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

Color convert

RGB 19 77 13 -
CMYK 0.75 0 0.83 0.70
HSL 114.38º 0.71% 0.18% -
HSV(B) 114.38º 0.83% 0.3% -
XYZ 3 5.48 1.28 -
YUV 52.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 19 77 13 0.75 0 0.83 0.70 114.38 0.71 0.18
Hex 13 4D D 4B 0 53 46 72 47 12
Octal 23 115 15 113 0 123 106 162 107 22
Binary 10011 1001101 1101 1001011 0 1010011 1000110 1110010 1000111 10010

Color Harmonies of #134D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D0D

Black with #134D0D

Text Example


Text Example

White with #134D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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