Html Css Color HEX #133113 Myrtle

📋 copy color: '#133113'

red 19 ◦ green 49 ◦ blue 19

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

Shades of Myrtle #133113

Tints of Myrtle #133113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 56.32%

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 21.84%
G = 56.32%
B = 21.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#133113 (or 0x133113) is known color: Myrtle. HEX triplet: 13, 31 and 13. RGB value is (19,49,19). Sum of RGB (Red+Green+Blue) = 19+49+19=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #133113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133113 is #ECCEEC. Grayscale: #242424. Windows color (decimal): -15519469 or 1257747. OLE color: 1257747.

HSL color Cylindrical-coordinate representation of color #133113: hue angle of 120º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133113 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 19 -
CMYK 0.61 0 0.61 0.81
HSL 120º 0.44% 0.13% -
HSV(B) 120º 0.61% 0.19% -
XYZ 1.48 2.38 1 -
YUV 36.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 19 49 19 0.61 0 0.61 0.81 120 0.44 0.13
Hex 13 31 13 3D 0 3D 51 78 2C D
Octal 23 61 23 75 0 75 121 170 54 15
Binary 10011 110001 10011 111101 0 111101 1010001 1111000 101100 1101

Color Harmonies of #133113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133113

Black with #133113

Text Example


Text Example

White with #133113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133113; }

 p { color: rgb(19,49,19); }

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

background-color css

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

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

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

border-color css

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

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

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