#135211

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

Shades of Myrtle #135211

Tints of Myrtle #135211

Color information

#135211 (or 0x135211) is unknown color: approx Myrtle. HEX triplet: 13, 52 and 11. RGB value is (19,82,17). Sum of RGB (Red+Green+Blue) = 19+82+17=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #135211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135211 is #ECADEE. Grayscale: #373737. Windows color (decimal): -15511023 or 1135123. OLE color: 1135123.

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

Color convert

RGB198217-
CMYK0.7700.790.68
HSL118.15º65.66%19.41%-
HSV(B)118.15º79.27%32.16%-
XYZ3.396.211.55-
YUV55.75106.13101.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 82 (32.42% from 255) = 69.49%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=16.10%
G=69.49%
B=14.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982170.7700.790.68118.1565.6619.41
Hex1352114D04F44764213
Octal2312221115011710416610223
Binary1001110100101000110011010100111110001001110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135211; }

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

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

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

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

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

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

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

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