Html Css Color HEX #135913 Myrtle

📋 copy color: '#135913'

red 19 ◦ green 89 ◦ blue 19

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

Shades of Myrtle #135913

Tints of Myrtle #135913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 70.08%

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

R = 14.96%
G = 70.08%
B = 14.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#135913 (or 0x135913) is known color: Myrtle. HEX triplet: 13, 59 and 13. RGB value is (19,89,19). Sum of RGB (Red+Green+Blue) = 19+89+19=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #135913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135913 is #ECA6EC. Grayscale: #3C3C3C. Windows color (decimal): -15509229 or 1267987. OLE color: 1267987.

HSL color Cylindrical-coordinate representation of color #135913: hue angle of 120º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135913 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 19 -
CMYK 0.79 0 0.79 0.65
HSL 120º 0.65% 0.21% -
HSV(B) 120º 0.79% 0.35% -
XYZ 3.96 7.33 1.82 -
YUV 60.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 19 89 19 0.79 0 0.79 0.65 120 0.65 0.21
Hex 13 59 13 4F 0 4F 41 78 41 15
Octal 23 131 23 117 0 117 101 170 101 25
Binary 10011 1011001 10011 1001111 0 1001111 1000001 1111000 1000001 10101

Color Harmonies of #135913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135913

Black with #135913

Text Example


Text Example

White with #135913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135913; }

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

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

background-color css

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

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

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

border-color css

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

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

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