#135004

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

Shades of Myrtle #135004

Tints of Myrtle #135004

Color information

#135004 (or 0x135004) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 04. RGB value is (19,80,4). Sum of RGB (Red+Green+Blue) = 19+80+4=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #135004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135004 is #ECAFFB. Grayscale: #353535. Windows color (decimal): -15511548 or 282643. OLE color: 282643.

HSL color Cylindrical-coordinate representation of color #135004: hue angle of 108.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #135004 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB19804-
CMYK0.7600.950.69
HSL108.16º90.48%16.47%-
HSV(B)108.16º95%31.37%-
XYZ3.165.881.08-
YUV53.1100.29103.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 80 (31.64% from 255) = 77.67%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=18.45%
G=77.67%
B=3.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal198040.7600.950.69108.1690.4816.47
Hex135044C05F456c5a10
Octal231204114013710515413220
Binary10011101000010010011000101111110001011101100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135004; }

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

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

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

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

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

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

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

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