Html Css Color HEX #13471B Myrtle

📋 copy color: '#13471B'

red 19 ◦ green 71 ◦ blue 27

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

Shades of Myrtle #13471B

Tints of Myrtle #13471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.68%

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 16.24%
G = 60.68%
B = 23.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#13471B (or 0x13471B) is known color: Myrtle. HEX triplet: 13, 47 and 1B. RGB value is (19,71,27). Sum of RGB (Red+Green+Blue) = 19+71+27=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #13471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471B is #ECB8E4. Grayscale: #323232. Windows color (decimal): -15513829 or 1787667. OLE color: 1787667.

HSL color Cylindrical-coordinate representation of color #13471B: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13471B is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 71 27 -
CMYK 0.73 0 0.62 0.72
HSL 129.23º 0.58% 0.18% -
HSV(B) 129.23º 0.73% 0.28% -
XYZ 2.72 4.72 1.81 -
YUV 50.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 19 71 27 0.73 0 0.62 0.72 129.23 0.58 0.18
Hex 13 47 1B 49 0 3E 48 81 3A 12
Octal 23 107 33 111 0 76 110 201 72 22
Binary 10011 1000111 11011 1001001 0 111110 1001000 10000001 111010 10010

Color Harmonies of #13471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13471B

Black with #13471B

Text Example


Text Example

White with #13471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13471B; }

 p { color: rgb(19,71,27); }

 H1.HeaderClassName
 {
   color: #13471B;
 }
 .AnyTagClassName
 {
   color: #13471B;
 }
</style>

background-color css

<style>
 a { background-color: #13471B; }

 a { background-color: rgb(19,71,27); }

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

border-color css

<style>
 span { border-color: #13471B; }

 span { border-color: rgb(19,71,27); }

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