Html Css Color HEX #134D19 Myrtle

📋 copy color: '#134D19'

red 19 ◦ green 77 ◦ blue 25

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

Shades of Myrtle #134D19

Tints of Myrtle #134D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 15.7%
G = 63.64%
B = 20.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#134D19 (or 0x134D19) is known color: Myrtle. HEX triplet: 13, 4D and 19. RGB value is (19,77,25). Sum of RGB (Red+Green+Blue) = 19+77+25=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #134D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D19 is #ECB2E6. Grayscale: #353535. Windows color (decimal): -15512295 or 1658131. OLE color: 1658131.

HSL color Cylindrical-coordinate representation of color #134D19: hue angle of 126.21º 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 #134D19 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 77 25 -
CMYK 0.75 0 0.68 0.70
HSL 126.21º 0.6% 0.19% -
HSV(B) 126.21º 0.75% 0.3% -
XYZ 3.1 5.52 1.82 -
YUV 53.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 19 77 25 0.75 0 0.68 0.70 126.21 0.6 0.19
Hex 13 4D 19 4B 0 44 46 7E 3C 13
Octal 23 115 31 113 0 104 106 176 74 23
Binary 10011 1001101 11001 1001011 0 1000100 1000110 1111110 111100 10011

Color Harmonies of #134D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D19

Black with #134D19

Text Example


Text Example

White with #134D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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