#133014

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

Shades of Myrtle #133014

Tints of Myrtle #133014

Color information

#133014 (or 0x133014) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 14. RGB value is (19,48,20). Sum of RGB (Red+Green+Blue) = 19+48+20=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #133014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133014 is #ECCFEB. Grayscale: #242424. Windows color (decimal): -15519724 or 1323027. OLE color: 1323027.

HSL color Cylindrical-coordinate representation of color #133014: hue angle of 122.07º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133014 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB194820-
CMYK0.6000.580.81
HSL122.07º43.28%13.14%-
HSV(B)122.07º60.42%18.82%-
XYZ1.452.31.03-
YUV36.14118.89115.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=21.84%
G=55.17%
B=22.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948200.6000.580.81122.0743.2813.14
Hex1330143C03A517a2bd
Octal236024740721211725315
Binary10011110000101001111000111010101000111110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133014; }

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

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

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

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

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

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

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

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