#135800

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

Shades of Myrtle #135800

Tints of Myrtle #135800

Color information

#135800 (or 0x135800) is unknown color: approx Myrtle. HEX triplet: 13, 58 and 00. RGB value is (19,88,0). Sum of RGB (Red+Green+Blue) = 19+88+0=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 88 (34.77% from 255 or 82.24% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 88 - color contains mainly: green. Hex color #135800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135800 is #ECA7FF. Grayscale: #393939. Windows color (decimal): -15509504 or 22547. OLE color: 22547.

HSL color Cylindrical-coordinate representation of color #135800: hue angle of 107.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #135800 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB19880-
CMYK0.78010.65
HSL107.05º100%17.25%-
HSV(B)107.05º100%34.51%-
XYZ3.767.121.18-
YUV57.3495.64100.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 88 (34.77% from 255) = 82.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.76%
G=82.24%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal198800.78010.65107.0510017.25
Hex135804E064416b6411
Octal231300116014410115314421
Binary100111011000010011100110010010000011101011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135800; }

 p { color: rgb(19,88,0); }

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

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

 a { background-color: rgb(19,88,0); }

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

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

 span { border-color: rgb(19,88,0); }

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