#135814

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

Shades of Myrtle #135814

Tints of Myrtle #135814

Color information

#135814 (or 0x135814) is unknown color: approx Myrtle. HEX triplet: 13, 58 and 14. RGB value is (19,88,20). Sum of RGB (Red+Green+Blue) = 19+88+20=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 88 (34.77% from 255 or 69.29% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 88 - color contains mainly: green. Hex color #135814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135814 is #ECA7EB. Grayscale: #3B3B3B. Windows color (decimal): -15509484 or 1333267. OLE color: 1333267.

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

Color convert

RGB198820-
CMYK0.7800.770.65
HSL120.87º64.49%20.98%-
HSV(B)120.87º78.41%34.51%-
XYZ3.887.171.84-
YUV59.62105.6499.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 88 (34.77% from 255) = 69.29%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=14.96%
G=69.29%
B=15.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988200.7800.770.65120.8764.4920.98
Hex1358144E04D41794015
Octal2313024116011510117110025
Binary1001110110001010010011100100110110000011111001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135814; }

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

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

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

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

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

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

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

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