Html Css Color HEX #135506 Myrtle

📋 copy color: '#135506'

red 19 ◦ green 85 ◦ blue 6

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

Shades of Myrtle #135506

Tints of Myrtle #135506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 77.27%

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 17.27%
G = 77.27%
B = 5.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#135506 (or 0x135506) is known color: Myrtle. HEX triplet: 13, 55 and 06. RGB value is (19,85,6). Sum of RGB (Red+Green+Blue) = 19+85+6=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #135506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135506 is #ECAAF9. Grayscale: #383838. Windows color (decimal): -15510266 or 414995. OLE color: 414995.

HSL color Cylindrical-coordinate representation of color #135506: hue angle of 110.13º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135506 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 6 -
CMYK 0.78 0 0.93 0.67
HSL 110.13º 0.87% 0.18% -
HSV(B) 110.13º 0.93% 0.33% -
XYZ 3.55 6.65 1.27 -
YUV 56.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 19 85 6 0.78 0 0.93 0.67 110.13 0.87 0.18
Hex 13 55 6 4E 0 5D 43 6E 57 12
Octal 23 125 6 116 0 135 103 156 127 22
Binary 10011 1010101 110 1001110 0 1011101 1000011 1101110 1010111 10010

Color Harmonies of #135506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135506

Black with #135506

Text Example


Text Example

White with #135506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135506; }

 p { color: rgb(19,85,6); }

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

background-color css

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

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

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

border-color css

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

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

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