#134210

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

Shades of Myrtle #134210

Tints of Myrtle #134210

Color information

#134210 (or 0x134210) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 10. RGB value is (19,66,16). Sum of RGB (Red+Green+Blue) = 19+66+16=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #134210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134210 is #ECBDEF. Grayscale: #2E2E2E. Windows color (decimal): -15515120 or 1065491. OLE color: 1065491.

HSL color Cylindrical-coordinate representation of color #134210: hue angle of 116.4º 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 #134210 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB196616-
CMYK0.7100.760.74
HSL116.4º60.98%16.08%-
HSV(B)116.4º75.76%25.88%-
XYZ2.314.071.15-
YUV46.25110.93108.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 66 (26.17% from 255) = 65.35%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=18.81%
G=65.35%
B=15.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966160.7100.760.74116.460.9816.08
Hex1342104704C4A743d10
Octal231022010701141121647520
Binary100111000010100001000111010011001001010111010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134210; }

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

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

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

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

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

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

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

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