Html Css Color HEX #13511D Myrtle

📋 copy color: '#13511D'

red 19 ◦ green 81 ◦ blue 29

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

Shades of Myrtle #13511D

Tints of Myrtle #13511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 62.79%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 14.73%
G = 62.79%
B = 22.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#13511D (or 0x13511D) is known color: Myrtle. HEX triplet: 13, 51 and 1D. RGB value is (19,81,29). Sum of RGB (Red+Green+Blue) = 19+81+29=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #13511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511D is #ECAEE2. Grayscale: #383838. Windows color (decimal): -15511267 or 1921299. OLE color: 1921299.

HSL color Cylindrical-coordinate representation of color #13511D: hue angle of 129.68º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13511D is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 29 -
CMYK 0.77 0 0.64 0.68
HSL 129.68º 0.62% 0.2% -
HSV(B) 129.68º 0.77% 0.32% -
XYZ 3.43 6.11 2.16 -
YUV 56.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 19 81 29 0.77 0 0.64 0.68 129.68 0.62 0.2
Hex 13 51 1D 4D 0 40 44 82 3E 14
Octal 23 121 35 115 0 100 104 202 76 24
Binary 10011 1010001 11101 1001101 0 1000000 1000100 10000010 111110 10100

Color Harmonies of #13511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13511D

Black with #13511D

Text Example


Text Example

White with #13511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,81,29); }

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

background-color css

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

 a { background-color: rgb(19,81,29); }

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

border-color css

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

 span { border-color: rgb(19,81,29); }

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