Html Css Color HEX #135414 Myrtle

📋 copy color: '#135414'

red 19 ◦ green 84 ◦ blue 20

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

Shades of Myrtle #135414

Tints of Myrtle #135414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 68.29%

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 15.45%
G = 68.29%
B = 16.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#135414 (or 0x135414) is known color: Myrtle. HEX triplet: 13, 54 and 14. RGB value is (19,84,20). Sum of RGB (Red+Green+Blue) = 19+84+20=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #135414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135414 is #ECABEB. Grayscale: #393939. Windows color (decimal): -15510508 or 1332243. OLE color: 1332243.

HSL color Cylindrical-coordinate representation of color #135414: hue angle of 120.92º 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 #135414 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 20 -
CMYK 0.77 0 0.76 0.67
HSL 120.92º 0.63% 0.2% -
HSV(B) 120.92º 0.77% 0.33% -
XYZ 3.57 6.53 1.73 -
YUV 57.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 19 84 20 0.77 0 0.76 0.67 120.92 0.63 0.2
Hex 13 54 14 4D 0 4C 43 79 3F 14
Octal 23 124 24 115 0 114 103 171 77 24
Binary 10011 1010100 10100 1001101 0 1001100 1000011 1111001 111111 10100

Color Harmonies of #135414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135414

Black with #135414

Text Example


Text Example

White with #135414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135414; }

 p { color: rgb(19,84,20); }

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

background-color css

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

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

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

border-color css

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

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

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