Html Css Color HEX #135412 Myrtle

📋 copy color: '#135412'

red 19 ◦ green 84 ◦ blue 18

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

Shades of Myrtle #135412

Tints of Myrtle #135412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 15.7%
G = 69.42%
B = 14.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#135412 (or 0x135412) is known color: Myrtle. HEX triplet: 13, 54 and 12. RGB value is (19,84,18). Sum of RGB (Red+Green+Blue) = 19+84+18=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #135412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135412 is #ECABED. Grayscale: #393939. Windows color (decimal): -15510510 or 1201171. OLE color: 1201171.

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

Color convert

RGB 19 84 18 -
CMYK 0.77 0 0.79 0.67
HSL 119.09º 0.65% 0.2% -
HSV(B) 119.09º 0.79% 0.33% -
XYZ 3.55 6.52 1.64 -
YUV 57.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 19 84 18 0.77 0 0.79 0.67 119.09 0.65 0.2
Hex 13 54 12 4D 0 4F 43 77 41 14
Octal 23 124 22 115 0 117 103 167 101 24
Binary 10011 1010100 10010 1001101 0 1001111 1000011 1110111 1000001 10100

Color Harmonies of #135412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135412

Black with #135412

Text Example


Text Example

White with #135412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135412; }

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

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

background-color css

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

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

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

border-color css

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

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

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