Html Css Color HEX #13511C Myrtle

📋 copy color: '#13511C'

red 19 ◦ green 81 ◦ blue 28

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

Shades of Myrtle #13511C

Tints of Myrtle #13511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.88%

R = 14.84%
G = 63.28%
B = 21.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#13511C (or 0x13511C) is known color: Myrtle. HEX triplet: 13, 51 and 1C. RGB value is (19,81,28). Sum of RGB (Red+Green+Blue) = 19+81+28=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #13511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511C is #ECAEE3. Grayscale: #383838. Windows color (decimal): -15511268 or 1855763. OLE color: 1855763.

HSL color Cylindrical-coordinate representation of color #13511C: hue angle of 128.71º 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 #13511C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 28 -
CMYK 0.77 0 0.65 0.68
HSL 128.71º 0.62% 0.2% -
HSV(B) 128.71º 0.77% 0.32% -
XYZ 3.42 6.11 2.1 -
YUV 56.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 19 81 28 0.77 0 0.65 0.68 128.71 0.62 0.2
Hex 13 51 1C 4D 0 41 44 81 3E 14
Octal 23 121 34 115 0 101 104 201 76 24
Binary 10011 1010001 11100 1001101 0 1000001 1000100 10000001 111110 10100

Color Harmonies of #13511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13511C

Black with #13511C

Text Example


Text Example

White with #13511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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