Html Css Color HEX #133210 Myrtle

📋 copy color: '#133210'

red 19 ◦ green 50 ◦ blue 16

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

Shades of Myrtle #133210

Tints of Myrtle #133210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 22.35%
G = 58.82%
B = 18.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#133210 (or 0x133210) is known color: Myrtle. HEX triplet: 13, 32 and 10. RGB value is (19,50,16). Sum of RGB (Red+Green+Blue) = 19+50+16=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #133210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133210 is #ECCDEF. Grayscale: #242424. Windows color (decimal): -15519216 or 1061395. OLE color: 1061395.

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

Color convert

RGB 19 50 16 -
CMYK 0.62 0 0.68 0.80
HSL 114.71º 0.52% 0.13% -
HSV(B) 114.71º 0.68% 0.2% -
XYZ 1.5 2.46 0.89 -
YUV 36.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 19 50 16 0.62 0 0.68 0.80 114.71 0.52 0.13
Hex 13 32 10 3E 0 44 50 73 34 D
Octal 23 62 20 76 0 104 120 163 64 15
Binary 10011 110010 10000 111110 0 1000100 1010000 1110011 110100 1101

Color Harmonies of #133210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133210

Black with #133210

Text Example


Text Example

White with #133210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133210; }

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

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

background-color css

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

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

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

border-color css

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

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

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