Html Css Color HEX #13480D Myrtle

📋 copy color: '#13480D'

red 19 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #13480D

Tints of Myrtle #13480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 18.27%
G = 69.23%
B = 12.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#13480D (or 0x13480D) is known color: Myrtle. HEX triplet: 13, 48 and 0D. RGB value is (19,72,13). Sum of RGB (Red+Green+Blue) = 19+72+13=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #13480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13480D is #ECB7F2. Grayscale: #313131. Windows color (decimal): -15513587 or 870419. OLE color: 870419.

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

Color convert

RGB 19 72 13 -
CMYK 0.74 0 0.82 0.72
HSL 113.9º 0.69% 0.17% -
HSV(B) 113.9º 0.82% 0.28% -
XYZ 2.66 4.8 1.17 -
YUV 49.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 19 72 13 0.74 0 0.82 0.72 113.9 0.69 0.17
Hex 13 48 D 4A 0 52 48 72 45 11
Octal 23 110 15 112 0 122 110 162 105 21
Binary 10011 1001000 1101 1001010 0 1010010 1001000 1110010 1000101 10001

Color Harmonies of #13480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13480D

Black with #13480D

Text Example


Text Example

White with #13480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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