Html Css Color HEX #136415 Myrtle

📋 copy color: '#136415'

red 19 ◦ green 100 ◦ blue 21

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

Shades of Myrtle #136415

Tints of Myrtle #136415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 71.43%

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

R = 13.57%
G = 71.43%
B = 15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#136415 (or 0x136415) is known color: Myrtle. HEX triplet: 13, 64 and 15. RGB value is (19,100,21). Sum of RGB (Red+Green+Blue) = 19+100+21=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 100 (39.45% from 255 or 71.43% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 100 - color contains mainly: green. Hex color #136415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136415 is #EC9BEA. Grayscale: #434343. Windows color (decimal): -15506411 or 1401875. OLE color: 1401875.

HSL color Cylindrical-coordinate representation of color #136415: hue angle of 121.48º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136415 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 21 -
CMYK 0.81 0 0.79 0.61
HSL 121.48º 0.68% 0.23% -
HSV(B) 121.48º 0.81% 0.39% -
XYZ 4.96 9.31 2.24 -
YUV 66.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 19 100 21 0.81 0 0.79 0.61 121.48 0.68 0.23
Hex 13 64 15 51 0 4F 3D 79 44 17
Octal 23 144 25 121 0 117 75 171 104 27
Binary 10011 1100100 10101 1010001 0 1001111 111101 1111001 1000100 10111

Color Harmonies of #136415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136415

Black with #136415

Text Example


Text Example

White with #136415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136415; }

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

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

background-color css

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

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

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

border-color css

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

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

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