#134812

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

Shades of Myrtle #134812

Tints of Myrtle #134812

Color information

#134812 (or 0x134812) is unknown color: approx Myrtle. HEX triplet: 13, 48 and 12. RGB value is (19,72,18). Sum of RGB (Red+Green+Blue) = 19+72+18=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #134812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134812 is #ECB7ED. Grayscale: #323232. Windows color (decimal): -15513582 or 1198099. OLE color: 1198099.

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

Color convert

RGB197218-
CMYK0.7400.750.72
HSL118.89º60%17.65%-
HSV(B)118.89º75%28.24%-
XYZ2.74.821.36-
YUV50109.94105.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=17.43%
G=66.06%
B=16.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972180.7400.750.72118.896017.65
Hex1348124A04B48773c12
Octal231102211201131101677422
Binary100111001000100101001010010010111001000111011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134812; }

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

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

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

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

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

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

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

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