Html Css Color HEX #133717 Myrtle

📋 copy color: '#133717'

red 19 ◦ green 55 ◦ blue 23

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

Shades of Myrtle #133717

Tints of Myrtle #133717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 19.59%
G = 56.7%
B = 23.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#133717 (or 0x133717) is known color: Myrtle. HEX triplet: 13, 37 and 17. RGB value is (19,55,23). Sum of RGB (Red+Green+Blue) = 19+55+23=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #133717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133717 is #ECC8E8. Grayscale: #282828. Windows color (decimal): -15517929 or 1521427. OLE color: 1521427.

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

Color convert

RGB 19 55 23 -
CMYK 0.65 0 0.58 0.78
HSL 126.67º 0.49% 0.15% -
HSV(B) 126.67º 0.65% 0.22% -
XYZ 1.79 2.93 1.28 -
YUV 40.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 19 55 23 0.65 0 0.58 0.78 126.67 0.49 0.15
Hex 13 37 17 41 0 3A 4E 7F 31 F
Octal 23 67 27 101 0 72 116 177 61 17
Binary 10011 110111 10111 1000001 0 111010 1001110 1111111 110001 1111

Color Harmonies of #133717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133717

Black with #133717

Text Example


Text Example

White with #133717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133717; }

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

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

background-color css

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

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

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

border-color css

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

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

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