#135804

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

Shades of Myrtle #135804

Tints of Myrtle #135804

Color information

#135804 (or 0x135804) is unknown color: approx Myrtle. HEX triplet: 13, 58 and 04. RGB value is (19,88,4). Sum of RGB (Red+Green+Blue) = 19+88+4=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #135804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135804 is #ECA7FB. Grayscale: #3A3A3A. Windows color (decimal): -15509500 or 284691. OLE color: 284691.

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

Color convert

RGB19884-
CMYK0.7800.950.65
HSL109.29º91.3%18.04%-
HSV(B)109.29º95.45%34.51%-
XYZ3.787.131.29-
YUV57.7997.64100.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 88 (34.77% from 255) = 79.28%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=17.12%
G=79.28%
B=3.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal198840.7800.950.65109.2991.318.04
Hex135844E05F416d5b12
Octal231304116013710115513322
Binary10011101100010010011100101111110000011101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135804; }

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

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

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

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

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

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

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

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