#135217

Color #135217 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #135217

Tints of Myrtle #135217

Color information

#135217 (or 0x135217) is unknown color: approx Myrtle. HEX triplet: 13, 52 and 17. RGB value is (19,82,23). Sum of RGB (Red+Green+Blue) = 19+82+23=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #135217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135217 is #ECADE8. Grayscale: #383838. Windows color (decimal): -15511017 or 1528339. OLE color: 1528339.

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

Color convert

RGB198223-
CMYK0.7700.720.68
HSL123.81º62.38%19.8%-
HSV(B)123.81º76.83%32.16%-
XYZ3.446.231.83-
YUV56.44109.13101.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 82 (32.42% from 255) = 66.13%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=15.32%
G=66.13%
B=18.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982230.7700.720.68123.8162.3819.8
Hex1352174D048447c3e14
Octal231222711501101041747624
Binary100111010010101111001101010010001000100111110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135217; }

 p { color: rgb(19,82,23); }

 H1.HeaderClassName
 {
   color: #135217;
 }
 .AnyTagClassName
 {
   color: #135217;
 }
</style>
background-color css

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

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

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

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

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

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