Html Css Color HEX #134615 Myrtle

📋 copy color: '#134615'

red 19 ◦ green 70 ◦ blue 21

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

Shades of Myrtle #134615

Tints of Myrtle #134615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.64%

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

R = 17.27%
G = 63.64%
B = 19.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#134615 (or 0x134615) is known color: Myrtle. HEX triplet: 13, 46 and 15. RGB value is (19,70,21). Sum of RGB (Red+Green+Blue) = 19+70+21=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #134615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134615 is #ECB9EA. Grayscale: #313131. Windows color (decimal): -15514091 or 1394195. OLE color: 1394195.

HSL color Cylindrical-coordinate representation of color #134615: hue angle of 122.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134615 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 21 -
CMYK 0.73 0 0.70 0.73
HSL 122.35º 0.57% 0.17% -
HSV(B) 122.35º 0.73% 0.27% -
XYZ 2.59 4.57 1.46 -
YUV 49.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 19 70 21 0.73 0 0.70 0.73 122.35 0.57 0.17
Hex 13 46 15 49 0 46 49 7A 39 11
Octal 23 106 25 111 0 106 111 172 71 21
Binary 10011 1000110 10101 1001001 0 1000110 1001001 1111010 111001 10001

Color Harmonies of #134615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134615

Black with #134615

Text Example


Text Example

White with #134615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134615; }

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

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

background-color css

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

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

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

border-color css

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

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

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