#135306

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

Shades of Myrtle #135306

Tints of Myrtle #135306

Color information

#135306 (or 0x135306) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 06. RGB value is (19,83,6). Sum of RGB (Red+Green+Blue) = 19+83+6=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #135306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135306 is #ECACF9. Grayscale: #373737. Windows color (decimal): -15510778 or 414483. OLE color: 414483.

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

Color convert

RGB19836-
CMYK0.7700.930.67
HSL109.87º86.52%17.45%-
HSV(B)109.87º92.77%32.55%-
XYZ3.396.341.22-
YUV55.09100.3102.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=17.59%
G=76.85%
B=5.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal198360.7700.930.67109.8786.5217.45
Hex135364D05D436e5711
Octal231236115013510315612721
Binary10011101001111010011010101110110000111101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135306; }

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

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

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

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

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

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

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

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