Html Css Color HEX #135313 Myrtle

📋 copy color: '#135313'

red 19 ◦ green 83 ◦ blue 19

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

Shades of Myrtle #135313

Tints of Myrtle #135313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 15.7%
G = 68.6%
B = 15.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#135313 (or 0x135313) is known color: Myrtle. HEX triplet: 13, 53 and 13. RGB value is (19,83,19). Sum of RGB (Red+Green+Blue) = 19+83+19=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #135313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135313 is #ECACEC. Grayscale: #383838. Windows color (decimal): -15510765 or 1266451. OLE color: 1266451.

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

Color convert

RGB 19 83 19 -
CMYK 0.77 0 0.77 0.67
HSL 120º 0.63% 0.2% -
HSV(B) 120º 0.77% 0.33% -
XYZ 3.48 6.37 1.66 -
YUV 56.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 19 83 19 0.77 0 0.77 0.67 120 0.63 0.2
Hex 13 53 13 4D 0 4D 43 78 3F 14
Octal 23 123 23 115 0 115 103 170 77 24
Binary 10011 1010011 10011 1001101 0 1001101 1000011 1111000 111111 10100

Color Harmonies of #135313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135313

Black with #135313

Text Example


Text Example

White with #135313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135313; }

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

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

background-color css

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

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

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

border-color css

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

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

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