Html Css Color HEX #13480C Myrtle

📋 copy color: '#13480C'

red 19 ◦ green 72 ◦ blue 12

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

Shades of Myrtle #13480C

Tints of Myrtle #13480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 69.9%

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

R = 18.45%
G = 69.9%
B = 11.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#13480C (or 0x13480C) is known color: Myrtle. HEX triplet: 13, 48 and 0C. RGB value is (19,72,12). Sum of RGB (Red+Green+Blue) = 19+72+12=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #13480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13480C is #ECB7F3. Grayscale: #313131. Windows color (decimal): -15513588 or 804883. OLE color: 804883.

HSL color Cylindrical-coordinate representation of color #13480C: hue angle of 113º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13480C is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 12 -
CMYK 0.74 0 0.83 0.72
HSL 113º 0.71% 0.16% -
HSV(B) 113º 0.83% 0.28% -
XYZ 2.65 4.8 1.13 -
YUV 49.31 106.94 106.38 -
System Red Green Blue C M Y K H S L
Decimal 19 72 12 0.74 0 0.83 0.72 113 0.71 0.16
Hex 13 48 C 4A 0 53 48 71 47 10
Octal 23 110 14 112 0 123 110 161 107 20
Binary 10011 1001000 1100 1001010 0 1010011 1001000 1110001 1000111 10000

Color Harmonies of #13480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13480C

Black with #13480C

Text Example


Text Example

White with #13480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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