#134612

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

Shades of Myrtle #134612

Tints of Myrtle #134612

Color information

#134612 (or 0x134612) is unknown color: approx Myrtle. HEX triplet: 13, 46 and 12. RGB value is (19,70,18). Sum of RGB (Red+Green+Blue) = 19+70+18=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #134612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134612 is #ECB9ED. Grayscale: #303030. Windows color (decimal): -15514094 or 1197587. OLE color: 1197587.

HSL color Cylindrical-coordinate representation of color #134612: hue angle of 118.85º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134612 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB197018-
CMYK0.7300.740.73
HSL118.85º59.09%17.25%-
HSV(B)118.85º74.29%27.45%-
XYZ2.574.561.32-
YUV48.82110.6106.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 70 (27.73% from 255) = 65.42%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=17.76%
G=65.42%
B=16.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970180.7300.740.73118.8559.0917.25
Hex1346124904A49773b11
Octal231062211101121111677321
Binary100111000110100101001001010010101001001111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134612; }

 p { color: rgb(19,70,18); }

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

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

 a { background-color: rgb(19,70,18); }

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

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

 span { border-color: rgb(19,70,18); }

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