Html Css Color HEX #13320C Myrtle

📋 copy color: '#13320C'

red 19 ◦ green 50 ◦ blue 12

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

Shades of Myrtle #13320C

Tints of Myrtle #13320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.81%

R = 23.46%
G = 61.73%
B = 14.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#13320C (or 0x13320C) is known color: Myrtle. HEX triplet: 13, 32 and 0C. RGB value is (19,50,12). Sum of RGB (Red+Green+Blue) = 19+50+12=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #13320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13320C is #ECCDF3. Grayscale: #242424. Windows color (decimal): -15519220 or 799251. OLE color: 799251.

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

Color convert

RGB 19 50 12 -
CMYK 0.62 0 0.76 0.80
HSL 108.95º 0.61% 0.12% -
HSV(B) 108.95º 0.76% 0.2% -
XYZ 1.48 2.45 0.74 -
YUV 36.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 19 50 12 0.62 0 0.76 0.80 108.95 0.61 0.12
Hex 13 32 C 3E 0 4C 50 6D 3D C
Octal 23 62 14 76 0 114 120 155 75 14
Binary 10011 110010 1100 111110 0 1001100 1010000 1101101 111101 1100

Color Harmonies of #13320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13320C

Black with #13320C

Text Example


Text Example

White with #13320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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