Html Css Color HEX #135311 Myrtle

📋 copy color: '#135311'

red 19 ◦ green 83 ◦ blue 17

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

Shades of Myrtle #135311

Tints of Myrtle #135311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 69.75%

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 15.97%
G = 69.75%
B = 14.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#135311 (or 0x135311) is known color: Myrtle. HEX triplet: 13, 53 and 11. RGB value is (19,83,17). Sum of RGB (Red+Green+Blue) = 19+83+17=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #135311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135311 is #ECACEE. Grayscale: #383838. Windows color (decimal): -15510767 or 1135379. OLE color: 1135379.

HSL color Cylindrical-coordinate representation of color #135311: hue angle of 118.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135311 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 83 17 -
CMYK 0.77 0 0.80 0.67
HSL 118.18º 0.66% 0.2% -
HSV(B) 118.18º 0.8% 0.33% -
XYZ 3.46 6.37 1.58 -
YUV 56.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 19 83 17 0.77 0 0.80 0.67 118.18 0.66 0.2
Hex 13 53 11 4D 0 50 43 76 42 14
Octal 23 123 21 115 0 120 103 166 102 24
Binary 10011 1010011 10001 1001101 0 1010000 1000011 1110110 1000010 10100

Color Harmonies of #135311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135311

Black with #135311

Text Example


Text Example

White with #135311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135311; }

 p { color: rgb(19,83,17); }

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

background-color css

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

 a { background-color: rgb(19,83,17); }

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

border-color css

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

 span { border-color: rgb(19,83,17); }

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