Html Css Color HEX #13481B Myrtle

📋 copy color: '#13481B'

red 19 ◦ green 72 ◦ blue 27

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

Shades of Myrtle #13481B

Tints of Myrtle #13481B

RGB

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

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

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

R = 16.1%
G = 61.02%
B = 22.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#13481B (or 0x13481B) is known color: Myrtle. HEX triplet: 13, 48 and 1B. RGB value is (19,72,27). Sum of RGB (Red+Green+Blue) = 19+72+27=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #13481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481B is #ECB7E4. Grayscale: #333333. Windows color (decimal): -15513573 or 1787923. OLE color: 1787923.

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

Color convert

RGB 19 72 27 -
CMYK 0.74 0 0.62 0.72
HSL 129.06º 0.58% 0.18% -
HSV(B) 129.06º 0.74% 0.28% -
XYZ 2.78 4.85 1.83 -
YUV 51.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 19 72 27 0.74 0 0.62 0.72 129.06 0.58 0.18
Hex 13 48 1B 4A 0 3E 48 81 3A 12
Octal 23 110 33 112 0 76 110 201 72 22
Binary 10011 1001000 11011 1001010 0 111110 1001000 10000001 111010 10010

Color Harmonies of #13481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13481B

Black with #13481B

Text Example


Text Example

White with #13481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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