#134916

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

Shades of Myrtle #134916

Tints of Myrtle #134916

Color information

#134916 (or 0x134916) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 16. RGB value is (19,73,22). Sum of RGB (Red+Green+Blue) = 19+73+22=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #134916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134916 is #ECB6E9. Grayscale: #333333. Windows color (decimal): -15513322 or 1460499. OLE color: 1460499.

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

Color convert

RGB197322-
CMYK0.7400.700.71
HSL123.33º58.7%18.04%-
HSV(B)123.33º73.97%28.63%-
XYZ2.84.961.57-
YUV51.04111.61105.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 73 (28.91% from 255) = 64.04%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=16.67%
G=64.04%
B=19.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973220.7400.700.71123.3358.718.04
Hex1349164A046477b3b12
Octal231112611201061071737322
Binary100111001001101101001010010001101000111111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134916; }

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

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

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

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

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

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

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

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