Html Css Color HEX #135410 Myrtle

📋 copy color: '#135410'

red 19 ◦ green 84 ◦ blue 16

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

Shades of Myrtle #135410

Tints of Myrtle #135410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.45%

R = 15.97%
G = 70.59%
B = 13.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#135410 (or 0x135410) is known color: Myrtle. HEX triplet: 13, 54 and 10. RGB value is (19,84,16). Sum of RGB (Red+Green+Blue) = 19+84+16=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #135410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135410 is #ECABEF. Grayscale: #393939. Windows color (decimal): -15510512 or 1070099. OLE color: 1070099.

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

Color convert

RGB 19 84 16 -
CMYK 0.77 0 0.81 0.67
HSL 117.35º 0.68% 0.2% -
HSV(B) 117.35º 0.81% 0.33% -
XYZ 3.53 6.52 1.56 -
YUV 56.81 104.97 101.03 -
System Red Green Blue C M Y K H S L
Decimal 19 84 16 0.77 0 0.81 0.67 117.35 0.68 0.2
Hex 13 54 10 4D 0 51 43 75 44 14
Octal 23 124 20 115 0 121 103 165 104 24
Binary 10011 1010100 10000 1001101 0 1010001 1000011 1110101 1000100 10100

Color Harmonies of #135410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135410

Black with #135410

Text Example


Text Example

White with #135410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135410; }

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

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

background-color css

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

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

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

border-color css

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

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

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