Html Css Color HEX #133716 Myrtle

📋 copy color: '#133716'

red 19 ◦ green 55 ◦ blue 22

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

Shades of Myrtle #133716

Tints of Myrtle #133716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 57.29%

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

R = 19.79%
G = 57.29%
B = 22.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#133716 (or 0x133716) is known color: Myrtle. HEX triplet: 13, 37 and 16. RGB value is (19,55,22). Sum of RGB (Red+Green+Blue) = 19+55+22=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #133716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133716 is #ECC8E9. Grayscale: #282828. Windows color (decimal): -15517930 or 1455891. OLE color: 1455891.

HSL color Cylindrical-coordinate representation of color #133716: hue angle of 125º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133716 is Cyan = 0.65, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 22 -
CMYK 0.65 0 0.6 0.78
HSL 125º 0.49% 0.15% -
HSV(B) 125º 0.65% 0.22% -
XYZ 1.78 2.93 1.23 -
YUV 40.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 19 55 22 0.65 0 0.6 0.78 125 0.49 0.15
Hex 13 37 16 41 0 3C 4E 7D 31 F
Octal 23 67 26 101 0 74 116 175 61 17
Binary 10011 110111 10110 1000001 0 111100 1001110 1111101 110001 1111

Color Harmonies of #133716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133716

Black with #133716

Text Example


Text Example

White with #133716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133716; }

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

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

background-color css

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

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

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

border-color css

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

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

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