#133214

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

Shades of Myrtle #133214

Tints of Myrtle #133214

Color information

#133214 (or 0x133214) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 14. RGB value is (19,50,20). Sum of RGB (Red+Green+Blue) = 19+50+20=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #133214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133214 is #ECCDEB. Grayscale: #252525. Windows color (decimal): -15519212 or 1323539. OLE color: 1323539.

HSL color Cylindrical-coordinate representation of color #133214: hue angle of 121.94º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133214 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB195020-
CMYK0.6200.600.80
HSL121.94º44.93%13.53%-
HSV(B)121.94º62%19.61%-
XYZ1.542.471.06-
YUV37.31118.23114.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=21.35%
G=56.18%
B=22.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950200.6200.600.80121.9444.9313.53
Hex1332143E03C507a2de
Octal236224760741201725516
Binary10011110010101001111100111100101000011110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133214; }

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

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

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

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

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

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

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

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