Html Css Color HEX #136316 Myrtle

📋 copy color: '#136316'

red 19 ◦ green 99 ◦ blue 22

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

Shades of Myrtle #136316

Tints of Myrtle #136316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 70.71%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 13.57%
G = 70.71%
B = 15.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#136316 (or 0x136316) is known color: Myrtle. HEX triplet: 13, 63 and 16. RGB value is (19,99,22). Sum of RGB (Red+Green+Blue) = 19+99+22=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #136316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136316 is #EC9CE9. Grayscale: #424242. Windows color (decimal): -15506666 or 1467155. OLE color: 1467155.

HSL color Cylindrical-coordinate representation of color #136316: hue angle of 122.25º 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 #136316 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 99 22 -
CMYK 0.81 0 0.78 0.61
HSL 122.25º 0.68% 0.23% -
HSV(B) 122.25º 0.81% 0.39% -
XYZ 4.88 9.12 2.26 -
YUV 66.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 19 99 22 0.81 0 0.78 0.61 122.25 0.68 0.23
Hex 13 63 16 51 0 4E 3D 7A 44 17
Octal 23 143 26 121 0 116 75 172 104 27
Binary 10011 1100011 10110 1010001 0 1001110 111101 1111010 1000100 10111

Color Harmonies of #136316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136316

Black with #136316

Text Example


Text Example

White with #136316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136316; }

 p { color: rgb(19,99,22); }

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

background-color css

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

 a { background-color: rgb(19,99,22); }

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

border-color css

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

 span { border-color: rgb(19,99,22); }

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