Html Css Color HEX #133211 Myrtle

📋 copy color: '#133211'

red 19 ◦ green 50 ◦ blue 17

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

Shades of Myrtle #133211

Tints of Myrtle #133211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 58.14%

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 22.09%
G = 58.14%
B = 19.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#133211 (or 0x133211) is known color: Myrtle. HEX triplet: 13, 32 and 11. RGB value is (19,50,17). Sum of RGB (Red+Green+Blue) = 19+50+17=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #133211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133211 is #ECCDEE. Grayscale: #252525. Windows color (decimal): -15519215 or 1126931. OLE color: 1126931.

HSL color Cylindrical-coordinate representation of color #133211: hue angle of 116.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133211 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 17 -
CMYK 0.62 0 0.66 0.80
HSL 116.36º 0.49% 0.13% -
HSV(B) 116.36º 0.66% 0.2% -
XYZ 1.51 2.46 0.93 -
YUV 36.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 19 50 17 0.62 0 0.66 0.80 116.36 0.49 0.13
Hex 13 32 11 3E 0 42 50 74 31 D
Octal 23 62 21 76 0 102 120 164 61 15
Binary 10011 110010 10001 111110 0 1000010 1010000 1110100 110001 1101

Color Harmonies of #133211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133211

Black with #133211

Text Example


Text Example

White with #133211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133211; }

 p { color: rgb(19,50,17); }

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

background-color css

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

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

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

border-color css

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

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

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