Html Css Color HEX #13320A Myrtle

📋 copy color: '#13320A'

red 19 ◦ green 50 ◦ blue 10

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

Shades of Myrtle #13320A

Tints of Myrtle #13320A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.66%

R = 24.05%
G = 63.29%
B = 12.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.80

 K value IS 0.80

RGB Variations

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

Color information

#13320A (or 0x13320A) is known color: Myrtle. HEX triplet: 13, 32 and 0A. RGB value is (19,50,10). Sum of RGB (Red+Green+Blue) = 19+50+10=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #13320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13320A is #ECCDF5. Grayscale: #242424. Windows color (decimal): -15519222 or 668179. OLE color: 668179.

HSL color Cylindrical-coordinate representation of color #13320A: hue angle of 106.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13320A is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 10 -
CMYK 0.62 0 0.80 0.80
HSL 106.5º 0.67% 0.12% -
HSV(B) 106.5º 0.8% 0.2% -
XYZ 1.46 2.44 0.68 -
YUV 36.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 19 50 10 0.62 0 0.80 0.80 106.5 0.67 0.12
Hex 13 32 A 3E 0 50 50 6A 43 C
Octal 23 62 12 76 0 120 120 152 103 14
Binary 10011 110010 1010 111110 0 1010000 1010000 1101010 1000011 1100

Color Harmonies of #13320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13320A

Black with #13320A

Text Example


Text Example

White with #13320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13320A; }

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

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

background-color css

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

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

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

border-color css

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

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

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