#135316

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

Shades of Myrtle #135316

Tints of Myrtle #135316

Color information

#135316 (or 0x135316) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 16. RGB value is (19,83,22). Sum of RGB (Red+Green+Blue) = 19+83+22=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #135316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135316 is #ECACE9. Grayscale: #393939. Windows color (decimal): -15510762 or 1463059. OLE color: 1463059.

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

Color convert

RGB198322-
CMYK0.7700.730.67
HSL122.81º62.75%20%-
HSV(B)122.81º77.11%32.55%-
XYZ3.516.381.81-
YUV56.91108.3100.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=15.32%
G=66.94%
B=17.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983220.7700.730.67122.8162.7520
Hex1353164D049437b3f14
Octal231232611501111031737724
Binary100111010011101101001101010010011000011111101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135316; }

 p { color: rgb(19,83,22); }

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

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

 a { background-color: rgb(19,83,22); }

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

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

 span { border-color: rgb(19,83,22); }

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