Html Css Color HEX #13340C Myrtle

📋 copy color: '#13340C'

red 19 ◦ green 52 ◦ blue 12

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

Shades of Myrtle #13340C

Tints of Myrtle #13340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 62.65%

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

R = 22.89%
G = 62.65%
B = 14.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#13340C (or 0x13340C) is known color: Myrtle. HEX triplet: 13, 34 and 0C. RGB value is (19,52,12). Sum of RGB (Red+Green+Blue) = 19+52+12=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #13340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13340C is #ECCBF3. Grayscale: #252525. Windows color (decimal): -15518708 or 799763. OLE color: 799763.

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

Color convert

RGB 19 52 12 -
CMYK 0.63 0 0.77 0.80
HSL 109.5º 0.63% 0.13% -
HSV(B) 109.5º 0.77% 0.2% -
XYZ 1.56 2.62 0.77 -
YUV 37.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 19 52 12 0.63 0 0.77 0.80 109.5 0.63 0.13
Hex 13 34 C 3F 0 4D 50 6E 3E D
Octal 23 64 14 77 0 115 120 156 76 15
Binary 10011 110100 1100 111111 0 1001101 1010000 1101110 111110 1101

Color Harmonies of #13340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13340C

Black with #13340C

Text Example


Text Example

White with #13340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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