#134808

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

Shades of Myrtle #134808

Tints of Myrtle #134808

Color information

#134808 (or 0x134808) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 08. RGB value is (19,72,8). Sum of RGB (Red+Green+Blue) = 19+72+8=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #134808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134808 is #ECB7F7. Grayscale: #313131. Windows color (decimal): -15513592 or 542739. OLE color: 542739.

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

Color convert

RGB19728-
CMYK0.7400.890.72
HSL109.69º80%15.69%-
HSV(B)109.69º88.89%28.24%-
XYZ2.634.791.02-
YUV48.86104.94106.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 72 (28.52% from 255) = 72.73%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=19.19%
G=72.73%
B=8.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197280.7400.890.72109.698015.69
Hex134884A059486e5010
Octal2311010112013111015612020
Binary100111001000100010010100101100110010001101110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134808; }

 p { color: rgb(19,72,8); }

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

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

 a { background-color: rgb(19,72,8); }

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

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

 span { border-color: rgb(19,72,8); }

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