Html Css Color HEX #134D1B Myrtle

📋 copy color: '#134D1B'

red 19 ◦ green 77 ◦ blue 27

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

Shades of Myrtle #134D1B

Tints of Myrtle #134D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 15.45%
G = 62.6%
B = 21.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#134D1B (or 0x134D1B) is known color: Myrtle. HEX triplet: 13, 4D and 1B. RGB value is (19,77,27). Sum of RGB (Red+Green+Blue) = 19+77+27=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #134D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D1B is #ECB2E4. Grayscale: #363636. Windows color (decimal): -15512293 or 1789203. OLE color: 1789203.

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

Color convert

RGB 19 77 27 -
CMYK 0.75 0 0.65 0.70
HSL 128.28º 0.6% 0.19% -
HSV(B) 128.28º 0.75% 0.3% -
XYZ 3.12 5.53 1.94 -
YUV 53.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 19 77 27 0.75 0 0.65 0.70 128.28 0.6 0.19
Hex 13 4D 1B 4B 0 41 46 80 3C 13
Octal 23 115 33 113 0 101 106 200 74 23
Binary 10011 1001101 11011 1001011 0 1000001 1000110 10000000 111100 10011

Color Harmonies of #134D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D1B

Black with #134D1B

Text Example


Text Example

White with #134D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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