Html Css Color HEX #134915 Myrtle

📋 copy color: '#134915'

red 19 ◦ green 73 ◦ blue 21

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

Shades of Myrtle #134915

Tints of Myrtle #134915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.6%

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 16.81%
G = 64.6%
B = 18.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#134915 (or 0x134915) is known color: Myrtle. HEX triplet: 13, 49 and 15. RGB value is (19,73,21). Sum of RGB (Red+Green+Blue) = 19+73+21=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #134915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134915 is #ECB6EA. Grayscale: #333333. Windows color (decimal): -15513323 or 1394963. OLE color: 1394963.

HSL color Cylindrical-coordinate representation of color #134915: hue angle of 122.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134915 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 21 -
CMYK 0.74 0 0.71 0.71
HSL 122.22º 0.59% 0.18% -
HSV(B) 122.22º 0.74% 0.29% -
XYZ 2.79 4.96 1.52 -
YUV 50.93 111.11 105.23 -
System Red Green Blue C M Y K H S L
Decimal 19 73 21 0.74 0 0.71 0.71 122.22 0.59 0.18
Hex 13 49 15 4A 0 47 47 7A 3B 12
Octal 23 111 25 112 0 107 107 172 73 22
Binary 10011 1001001 10101 1001010 0 1000111 1000111 1111010 111011 10010

Color Harmonies of #134915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134915

Black with #134915

Text Example


Text Example

White with #134915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134915; }

 p { color: rgb(19,73,21); }

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

background-color css

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

 a { background-color: rgb(19,73,21); }

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

border-color css

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

 span { border-color: rgb(19,73,21); }

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