Html Css Color HEX #13360C Myrtle

📋 copy color: '#13360C'

red 19 ◦ green 54 ◦ blue 12

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

Shades of Myrtle #13360C

Tints of Myrtle #13360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 63.53%

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

R = 22.35%
G = 63.53%
B = 14.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#13360C (or 0x13360C) is known color: Myrtle. HEX triplet: 13, 36 and 0C. RGB value is (19,54,12). Sum of RGB (Red+Green+Blue) = 19+54+12=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #13360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360C is #ECC9F3. Grayscale: #262626. Windows color (decimal): -15518196 or 800275. OLE color: 800275.

HSL color Cylindrical-coordinate representation of color #13360C: hue angle of 110º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13360C is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 12 -
CMYK 0.65 0 0.78 0.79
HSL 110º 0.64% 0.13% -
HSV(B) 110º 0.78% 0.21% -
XYZ 1.65 2.8 0.8 -
YUV 38.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 19 54 12 0.65 0 0.78 0.79 110 0.64 0.13
Hex 13 36 C 41 0 4E 4F 6E 40 D
Octal 23 66 14 101 0 116 117 156 100 15
Binary 10011 110110 1100 1000001 0 1001110 1001111 1101110 1000000 1101

Color Harmonies of #13360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13360C

Black with #13360C

Text Example


Text Example

White with #13360C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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