#135602

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

Shades of Myrtle #135602

Tints of Myrtle #135602

Color information

#135602 (or 0x135602) is unknown color: approx Myrtle. HEX triplet: 13, 56 and 02. RGB value is (19,86,2). Sum of RGB (Red+Green+Blue) = 19+86+2=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #135602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135602 is #ECA9FD. Grayscale: #383838. Windows color (decimal): -15510014 or 153107. OLE color: 153107.

HSL color Cylindrical-coordinate representation of color #135602: hue angle of 107.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #135602 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB19862-
CMYK0.7800.980.66
HSL107.86º95.45%17.25%-
HSV(B)107.86º97.67%33.73%-
XYZ3.616.81.18-
YUV56.3997.3101.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 86 (33.98% from 255) = 80.37%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=17.76%
G=80.37%
B=1.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal198620.7800.980.66107.8695.4517.25
Hex135624E062426c5f11
Octal231262116014210215413721
Binary1001110101101010011100110001010000101101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135602; }

 p { color: rgb(19,86,2); }

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

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

 a { background-color: rgb(19,86,2); }

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

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

 span { border-color: rgb(19,86,2); }

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