#134810

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

Shades of Myrtle #134810

Tints of Myrtle #134810

Color information

#134810 (or 0x134810) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 10. RGB value is (19,72,16). Sum of RGB (Red+Green+Blue) = 19+72+16=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #134810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134810 is #ECB7EF. Grayscale: #313131. Windows color (decimal): -15513584 or 1067027. OLE color: 1067027.

HSL color Cylindrical-coordinate representation of color #134810: hue angle of 116.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134810 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB197216-
CMYK0.7400.780.72
HSL116.79º63.64%17.25%-
HSV(B)116.79º77.78%28.24%-
XYZ2.684.811.28-
YUV49.77108.94106.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 72 (28.52% from 255) = 67.29%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=17.76%
G=67.29%
B=14.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972160.7400.780.72116.7963.6417.25
Hex1348104A04E48754011
Octal2311020112011611016510021
Binary1001110010001000010010100100111010010001110101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134810; }

 p { color: rgb(19,72,16); }

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

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

 a { background-color: rgb(19,72,16); }

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

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

 span { border-color: rgb(19,72,16); }

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