Html Css Color HEX #133715 Myrtle

📋 copy color: '#133715'

red 19 ◦ green 55 ◦ blue 21

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

Shades of Myrtle #133715

Tints of Myrtle #133715

RGB

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

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

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

R = 20%
G = 57.89%
B = 22.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#133715 (or 0x133715) is known color: Myrtle. HEX triplet: 13, 37 and 15. RGB value is (19,55,21). Sum of RGB (Red+Green+Blue) = 19+55+21=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #133715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133715 is #ECC8EA. Grayscale: #282828. Windows color (decimal): -15517931 or 1390355. OLE color: 1390355.

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

Color convert

RGB 19 55 21 -
CMYK 0.65 0 0.62 0.78
HSL 123.33º 0.49% 0.15% -
HSV(B) 123.33º 0.65% 0.22% -
XYZ 1.77 2.92 1.18 -
YUV 40.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 19 55 21 0.65 0 0.62 0.78 123.33 0.49 0.15
Hex 13 37 15 41 0 3E 4E 7B 31 F
Octal 23 67 25 101 0 76 116 173 61 17
Binary 10011 110111 10101 1000001 0 111110 1001110 1111011 110001 1111

Color Harmonies of #133715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133715

Black with #133715

Text Example


Text Example

White with #133715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133715; }

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

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

background-color css

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

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

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

border-color css

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

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

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