#134310

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

Shades of Myrtle #134310

Tints of Myrtle #134310

Color information

#134310 (or 0x134310) is unknown color: approx Myrtle. HEX triplet: 13, 43 and 10. RGB value is (19,67,16). Sum of RGB (Red+Green+Blue) = 19+67+16=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #134310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134310 is #ECBCEF. Grayscale: #2E2E2E. Windows color (decimal): -15514864 or 1065747. OLE color: 1065747.

HSL color Cylindrical-coordinate representation of color #134310: hue angle of 116.47º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134310 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB196716-
CMYK0.7200.760.74
HSL116.47º61.45%16.27%-
HSV(B)116.47º76.12%26.27%-
XYZ2.374.191.17-
YUV46.83110.6108.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 67 (26.56% from 255) = 65.69%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=18.63%
G=65.69%
B=15.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967160.7200.760.74116.4761.4516.27
Hex1343104804C4A743d10
Octal231032011001141121647520
Binary100111000011100001001000010011001001010111010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134310; }

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

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

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

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

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

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

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

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