#134514

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

Shades of Myrtle #134514

Tints of Myrtle #134514

Color information

#134514 (or 0x134514) is unknown color: approx Myrtle. HEX triplet: 13, 45 and 14. RGB value is (19,69,20). Sum of RGB (Red+Green+Blue) = 19+69+20=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #134514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134514 is #ECBAEB. Grayscale: #303030. Windows color (decimal): -15514348 or 1328403. OLE color: 1328403.

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

Color convert

RGB196920-
CMYK0.7200.710.73
HSL121.2º56.82%17.25%-
HSV(B)121.2º72.46%27.06%-
XYZ2.524.451.39-
YUV48.46111.94106.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 69 (27.34% from 255) = 63.89%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=17.59%
G=63.89%
B=18.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969200.7200.710.73121.256.8217.25
Hex1345144804749793911
Octal231052411001071111717121
Binary100111000101101001001000010001111001001111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134514; }

 p { color: rgb(19,69,20); }

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

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

 a { background-color: rgb(19,69,20); }

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

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

 span { border-color: rgb(19,69,20); }

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