#133514

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

Shades of Myrtle #133514

Tints of Myrtle #133514

Color information

#133514 (or 0x133514) is unknown color: approx Myrtle. HEX triplet: 13, 35 and 14. RGB value is (19,53,20). Sum of RGB (Red+Green+Blue) = 19+53+20=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #133514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133514 is #ECCAEB. Grayscale: #272727. Windows color (decimal): -15518444 or 1324307. OLE color: 1324307.

HSL color Cylindrical-coordinate representation of color #133514: hue angle of 121.76º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133514 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB195320-
CMYK0.6400.620.79
HSL121.76º47.22%14.12%-
HSV(B)121.76º64.15%20.78%-
XYZ1.672.741.1-
YUV39.07117.24113.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 53 (21.09% from 255) = 57.61%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=20.65%
G=57.61%
B=21.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1953200.6400.620.79121.7647.2214.12
Hex1335144003E4F7a2fe
Octal2365241000761171725716
Binary100111101011010010000000111110100111111110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133514; }

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

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

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

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

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

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

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

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