#134912

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

Shades of Myrtle #134912

Tints of Myrtle #134912

Color information

#134912 (or 0x134912) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 12. RGB value is (19,73,18). Sum of RGB (Red+Green+Blue) = 19+73+18=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #134912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134912 is #ECB6ED. Grayscale: #323232. Windows color (decimal): -15513326 or 1198355. OLE color: 1198355.

HSL color Cylindrical-coordinate representation of color #134912: hue angle of 118.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134912 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB197318-
CMYK0.7400.750.71
HSL118.91º60.44%17.84%-
HSV(B)118.91º75.34%28.63%-
XYZ2.764.951.38-
YUV50.58109.61105.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 73 (28.91% from 255) = 66.36%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=17.27%
G=66.36%
B=16.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973180.7400.750.71118.9160.4417.84
Hex1349124A04B47773c12
Octal231112211201131071677422
Binary100111001001100101001010010010111000111111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134912; }

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

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

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

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

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

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

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

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